Skip to content

Commit

Permalink
Change repo owner from bssw,io vertion
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhold authored Dec 23, 2024
1 parent 7c55a8e commit 5bd36dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-main-to-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'main'
jobs:
sync-preview:
if: github.repository_owner == 'betterscientificsoftware'
if: github.repository_owner == 'cass-community'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand All @@ -19,4 +19,4 @@ jobs:
head_to_merge: ${{ github.ref }}
from_branch: main
target_branch: preview
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5bd36dd

Please sign in to comment.