diff options
author | 2024-04-09 15:55:07 +0100 | |
---|---|---|
committer | 2024-04-09 15:55:07 +0100 | |
commit | 2acea4defdeb2bc2e43dfb5b339be38d99828885 (patch) | |
tree | 5d1957deb1929167cf713cedaf6d186982e34b3f | |
parent | 2d2ff58bb90e09248afc04cc8e2016ef983a7f07 (diff) | |
download | astro-2acea4defdeb2bc2e43dfb5b339be38d99828885.tar.gz astro-2acea4defdeb2bc2e43dfb5b339be38d99828885.tar.zst astro-2acea4defdeb2bc2e43dfb5b339be38d99828885.zip |
ci: add ref when checking out the repository (#10733)
-rw-r--r-- | .github/workflows/check-merge.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-merge.yml b/.github/workflows/check-merge.yml index a40a3b871..8a2b3243b 100644 --- a/.github/workflows/check-merge.yml +++ b/.github/workflows/check-merge.yml @@ -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 |