Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
fix: Sync beta using intermediate branch (#62)
Browse files Browse the repository at this point in the history
Use branch sync_from_main.
  • Loading branch information
MessKon authored Apr 24, 2023
1 parent 047bce4 commit 5c47d06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
id: pull
run: |
git checkout main
git checkout -b sync_from_main
git push origin sync_from_main
hub pull-request -m "chore: Sync main with beta" \
-m "Sync latest main with beta branch" \
-b beta \
Expand Down

0 comments on commit 5c47d06

Please sign in to comment.