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 9588897 commit 8f09b75Copy full SHA for 8f09b75
.github/actions/push-changes/action.yml
@@ -60,7 +60,7 @@ runs:
60
if: ${{ steps.check-diff.outcome == 'failure' }}
61
shell: bash
62
run: |
63
- git checkout -b ${{ inputs.target-branch }}
+ git reset --hard
64
git stash pop
65
git commit -m'${{ inputs.commit-message }}' -- ${{ inputs.working-directory }}
66
git push
0 commit comments