We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a832d4 commit f8a8492Copy full SHA for f8a8492
.github/actions/push-changes/action.yml
@@ -64,4 +64,7 @@ runs:
64
git stash pop
65
git commit -m'${{ inputs.commit-message }}' -- ${{ inputs.working-directory }}
66
git push
67
+ - name: Reset branch to ${{ github.head_ref || github.ref }}
68
+ shell: bash
69
+ run: |
70
git checkout ${{ github.head_ref || github.ref }}
0 commit comments