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 authored and github-actions[bot] committed Mar 15, 2024
1 parent 8d673ee commit 618342a
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 618342a

Please sign in to comment.