mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
chore: pass ref to checkout
This commit is contained in:
parent
f9c476933a
commit
58ed8ec346
1
.github/workflows/release-pr.yml
vendored
1
.github/workflows/release-pr.yml
vendored
@ -28,6 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
ref: ${{ github.event.issue.pull_request.head.ref }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
|
Loading…
Reference in New Issue
Block a user