Skip to content

Commit

Permalink
fix: should checked out commented pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev committed Oct 8, 2024
1 parent 7d3b4e5 commit ccbc49d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-snapshots-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.issue.pull_request.head.ref }}
fetch-depth: 0

- name: Setup Node.js
uses: ./.github/actions/setup-node
Expand Down

0 comments on commit ccbc49d

Please sign in to comment.