Skip to content

Commit f2900e5

Browse files
committed
switch to single quotes
1 parent cdecab6 commit f2900e5

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
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: '20'
3535
- name: Validate Branch name
36-
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref != ""}}
36+
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref != ''}}
3737
env:
3838
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
3939
run: |

0 commit comments

Comments
 (0)