Skip to content

Commit

Permalink
fix: master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel committed Apr 29, 2024
1 parent 09259d3 commit bd41500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-prod-from-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
uses: actions/checkout@v4
- name: Opening pull request
id: pull
# Need master for LABELS option.
uses: tretuna/sync-branches@master
# Need main for LABELS option.
uses: tretuna/sync-branches@main
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "stage"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-stage-from-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
uses: actions/checkout@v4
- name: Opening pull request
id: pull
# Need master for LABELS option.
uses: tretuna/sync-branches@master
# Need main for LABELS option.
uses: tretuna/sync-branches@main
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "master"
Expand Down

0 comments on commit bd41500

Please sign in to comment.