We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4626b7 commit 863385aCopy full SHA for 863385a
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 || 'refs/pull/'github.event.number'/merge' }}
9
BASE_BRANCH: ${{ github.event_name == 'push' && 'master' || github.event.pull_request.base.ref }}
10
11
concurrency:
0 commit comments