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 863385a commit fff60ddCopy full SHA for fff60dd
.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