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 cdecab6 commit f2900e5Copy full SHA for f2900e5
.github/workflows/node.js.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
node-version: '20'
35
- name: Validate Branch name
36
- if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref != ""}}
+ if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref != ''}}
37
env:
38
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
39
run: |
0 commit comments