Skip to content

Commit

Permalink
ci: add ref when checking out the repository (#10733)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Apr 9, 2024
1 parent 2d2ff58 commit 2acea4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
if: steps.blocked.outputs.result != 'true'
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: Get changed files in the .changeset folder
Expand Down

0 comments on commit 2acea4d

Please sign in to comment.