Skip to content

Commit 9588897

Browse files
committed
aksdgas
1 parent f8a8492 commit 9588897

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 }} origin/${{ inputs.target-branch }} --force
63+
git checkout -b ${{ inputs.target-branch }}
6464
git stash pop
6565
git commit -m'${{ inputs.commit-message }}' -- ${{ inputs.working-directory }}
6666
git push

0 commit comments

Comments
 (0)