github.head_ref

This commit is contained in:
HaveAGitGat 2024-05-08 04:49:11 +01:00
parent 9b34065cd0
commit 0d3f2454df

View file

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