We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0018b67 commit e03ff84Copy full SHA for e03ff84
1 file changed
.github/actions/push-changes/action.yml
@@ -62,4 +62,5 @@ runs:
62
git checkout -b ${{ inputs.target-branch }} origin/${{ inputs.target-branch }}
63
git stash pop
64
git commit -m'${{ inputs.commit-message }}' -- ${{ inputs.working-directory }}
65
- git push
+ git push
66
+ git chechout ${{ github.head_ref || github.ref }}
0 commit comments