We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff60dd commit 429c7efCopy full SHA for 429c7ef
1 file changed
.github/workflows/o2-linter.yml
@@ -5,7 +5,7 @@ name: O2 linter
5
"on": [pull_request_target, push]
6
permissions: {}
7
env:
8
- HEAD_BRANCH: ${{ github.event_name == 'push' && github.ref || 'refs/pull/'${{ github.event.number }}'/merge' }}
+ HEAD_BRANCH: ${{ github.event_name == 'push' && github.ref || github.event.pull_request.merge_commit_sha }}
9
BASE_BRANCH: ${{ github.event_name == 'push' && 'master' || github.event.pull_request.base.ref }}
10
11
concurrency:
0 commit comments