Skip to content

Commit e03ff84

Browse files
committed
wait a minute
1 parent 0018b67 commit e03ff84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ runs:
6262
git checkout -b ${{ inputs.target-branch }} origin/${{ inputs.target-branch }}
6363
git stash pop
6464
git commit -m'${{ inputs.commit-message }}' -- ${{ inputs.working-directory }}
65-
git push
65+
git push
66+
git chechout ${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)