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 59a675c commit 054d6c6Copy full SHA for 054d6c6
.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