Skip to content

Commit

Permalink
ci(reset): Fetch the revision
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Dec 30, 2023
1 parent 62dfc77 commit 706a052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reset-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:

- name: Reset
run: |
git fetch origin "$rev"
git reset --hard "$rev"
env:
rev: ${{ github.head_ref }}
Expand Down

0 comments on commit 706a052

Please sign in to comment.