Skip to content

Commit f8a8492

Browse files
committed
lsahdlas
1 parent 4a832d4 commit f8a8492

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@ runs:
6464
git stash pop
6565
git commit -m'${{ inputs.commit-message }}' -- ${{ inputs.working-directory }}
6666
git push
67+
- name: Reset branch to ${{ github.head_ref || github.ref }}
68+
shell: bash
69+
run: |
6770
git checkout ${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)