Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed May 15, 2024
1 parent ef8aed4 commit 05bf723
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/daily-merge-staging-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
run: git fetch --all

- name: Push staging to temporary merge branch
run: git push --force origin staging:temp-merge-staging-to-main --no-verify
run: |
git checkout staging
git push --force origin staging:temp-merge-staging-to-main --no-verify
- name: Create pull request
uses: peter-evans/create-pull-request@v3
Expand Down

0 comments on commit 05bf723

Please sign in to comment.