mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
ci: add ref when checking out the repository (#10733)
This commit is contained in:
parent
2d2ff58bb9
commit
2acea4defd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check-merge.yml
vendored
1
.github/workflows/check-merge.yml
vendored
|
@ -36,6 +36,7 @@ jobs:
|
||||||
if: steps.blocked.outputs.result != 'true'
|
if: steps.blocked.outputs.result != 'true'
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Get changed files in the .changeset folder
|
- name: Get changed files in the .changeset folder
|
||||||
|
|
Loading…
Reference in a new issue