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.
2 parents bc18426 + 4360d9d commit 93e1aa2Copy full SHA for 93e1aa2
.github/workflows/main.yml
@@ -87,7 +87,7 @@ jobs:
87
runs-on: ubuntu-latest
88
env:
89
BASE_SHA: ${{ github.event.pull_request.base.sha }}
90
- HEAD_SHA: ${{ github.sha }}
+ HEAD_SHA: ${{ github.event.pull_request.head.sha != '' && github.event.pull_request.head.sha || github.sha }}
91
steps:
92
- uses: actions/checkout@v3
93
with:
0 commit comments