Skip to content

Commit ad39a20

Browse files
committed
fix again
1 parent 62fd73e commit ad39a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
BRANCH_NAME: ${{ github.head_ref }}
3838
run: |
39-
node "$GITHUB_WORKSPACE/.github/workflows/lintbranch.js" run $BRANCH_NAME"
39+
node "$GITHUB_WORKSPACE/.github/workflows/lintbranch.js" run "$BRANCH_NAME"
4040
- name: Check PR title
4141
run: |
4242
node "$GITHUB_WORKSPACE/.github/workflows/lintcommit.js"

0 commit comments

Comments
 (0)