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:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:

Loading…
Cancel
Save