Skip to content

Commit

Permalink
chore: fix up rebase push
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 17, 2023
1 parent b3c9b91 commit d28cbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pushMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git rebase main
git checkout main
git merge --no-ff ${{ github.event.pull_request.head.ref }}
git push origin main
git push https://${{ env.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:${{ github.event.pull_request.head.ref }}
- name: Merge main into next
id: merge_main_to_next
Expand Down

0 comments on commit d28cbf5

Please sign in to comment.