Use github.event.pull_request.head.sha

make-only-subtitle-default
HaveAGitGat 2 years ago
parent 9439b9102c
commit dea6ec25a0

@ -51,7 +51,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:

Loading…
Cancel
Save