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 62fd73e commit ad39a20Copy full SHA for ad39a20
.github/workflows/node.js.yml
@@ -36,7 +36,7 @@ jobs:
36
env:
37
BRANCH_NAME: ${{ github.head_ref }}
38
run: |
39
- node "$GITHUB_WORKSPACE/.github/workflows/lintbranch.js" run $BRANCH_NAME"
+ node "$GITHUB_WORKSPACE/.github/workflows/lintbranch.js" run "$BRANCH_NAME"
40
- name: Check PR title
41
42
node "$GITHUB_WORKSPACE/.github/workflows/lintcommit.js"
0 commit comments