We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713e0d9 commit 9305611Copy full SHA for 9305611
1 file changed
.github/workflows/sync_branches_push.yaml
@@ -64,7 +64,7 @@ jobs:
64
git config pull.rebase false
65
66
git switch ${{ inputs.baseBranch }}
67
- git pull origin ${HEAD_BRANCH} --no-edit
+ git pull origin ${HEAD_BRANCH} --no-edit --no-ff
68
git push https://github-actions:${{ secrets.githubToken }}@github.com/${{ github.repository }}.git ${{ inputs.baseBranch }}:${{ inputs.baseBranch }}
69
70
- name: report failure to slack
0 commit comments