Skip to content

Commit 2f8c11a

Browse files
Merge pull request #39 from MarcelDiessner/feature/syntaxChecking
another fix
2 parents 4842275 + 9261cec commit 2f8c11a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/syntaxCheckPullRequest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Select Changed Files
2020
id: changedfiles
2121
run: |
22-
changedFiles = `node selectChangedFiles.js`
22+
changedFiles=`node selectChangedFiles.js`
23+
echo "${changedFiles}"
2324
echo "::set-output name=all::$changedFiles"
2425
- name: Setup matrix combinations
2526
id: setup-matrix-combinations

0 commit comments

Comments
 (0)