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