summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-04-09 15:55:07 +0100
committerGravatar GitHub <noreply@github.com> 2024-04-09 15:55:07 +0100
commit2acea4defdeb2bc2e43dfb5b339be38d99828885 (patch)
tree5d1957deb1929167cf713cedaf6d186982e34b3f
parent2d2ff58bb90e09248afc04cc8e2016ef983a7f07 (diff)
downloadastro-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.yml1
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