Skip to content

Commit

Permalink
Remove force push option
Browse files Browse the repository at this point in the history
  • Loading branch information
alexs-mparticle committed Nov 20, 2023
1 parent 7a4c078 commit d7846e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/synchronize-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
run: |
git push origin HEAD:chore/dependabot
- name: Force Push release commits to Release Order Branches
- name: Push release commits to Release Order Branches
if: ${{ github.event.inputs.dryRun }}
run: |
git push origin HEAD:release-order-a -f
git push origin HEAD:release-order-b -f
git push origin HEAD:release-order-b -f
git push origin HEAD:release-order-a
git push origin HEAD:release-order-b
git push origin HEAD:release-order-c

0 comments on commit d7846e7

Please sign in to comment.