Skip to content

Commit 8f09b75

Browse files
committed
lsadhasl
1 parent 9588897 commit 8f09b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/push-changes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
if: ${{ steps.check-diff.outcome == 'failure' }}
6161
shell: bash
6262
run: |
63-
git checkout -b ${{ inputs.target-branch }}
63+
git reset --hard
6464
git stash pop
6565
git commit -m'${{ inputs.commit-message }}' -- ${{ inputs.working-directory }}
6666
git push

0 commit comments

Comments
 (0)