Use github.event.pull_request.head.sha

This commit is contained in:
HaveAGitGat 2024-05-08 05:36:39 +01:00
parent 9439b9102c
commit dea6ec25a0

View file

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