Skip to content

Commit 4f9cbc3

Browse files
fixed another syntax error
1 parent 5a4b337 commit 4f9cbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/syntaxCheckPullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: npm install
1919
- name: Select Changed Files
2020
id: changedfiles
21-
run:
21+
run: |
2222
changedFiles = `node selectChangedFiles.js`
2323
echo "::set-output name=all::$changedFiles"
2424
- name: Setup matrix combinations

0 commit comments

Comments
 (0)