We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2bc2c commit 05b4addCopy full SHA for 05b4add
.github/workflows/tests.yml
@@ -154,7 +154,7 @@ jobs:
154
uses: actions/github-script@v7
155
env:
156
BASE_REF: "${{ github.event.pull_request.base.sha || github.event.before }}"
157
- HEAD_REF: "${{ github.event.pull_request.head.sha || github.event.after }}"
+ HEAD_REF: "${{ github.event.pull_request.head.sha || github.event.after || github.sha }}"
158
EVENT_NAME: "${{ github.event_name }}"
159
with:
160
script: |
0 commit comments