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 f8a8492 commit 9588897Copy full SHA for 9588897
.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 }} origin/${{ inputs.target-branch }} --force
+ git checkout -b ${{ inputs.target-branch }}
64
git stash pop
65
git commit -m'${{ inputs.commit-message }}' -- ${{ inputs.working-directory }}
66
git push
0 commit comments