0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

ci: add ref when checking out the repository (#10733)

This commit is contained in:
Emanuele Stoppa 2024-04-09 15:55:07 +01:00 committed by GitHub
parent 2d2ff58bb9
commit 2acea4defd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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