Skip to content

Commit fff60dd

Browse files
committed
Try to fix string syntax
1 parent 863385a commit fff60dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/o2-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: O2 linter
55
"on": [pull_request_target, push]
66
permissions: {}
77
env:
8-
HEAD_BRANCH: ${{ github.event_name == 'push' && github.ref || 'refs/pull/'github.event.number'/merge' }}
8+
HEAD_BRANCH: ${{ github.event_name == 'push' && github.ref || 'refs/pull/'${{ github.event.number }}'/merge' }}
99
BASE_BRANCH: ${{ github.event_name == 'push' && 'master' || github.event.pull_request.base.ref }}
1010

1111
concurrency:

0 commit comments

Comments
 (0)