Skip to content

Commit 8465384

Browse files
Merge pull request #44 from MarcelDiessner/feature/syntaxChecking
removed echo
2 parents 9445446 + 77e93ed commit 8465384

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/syntaxCheckPullRequest.yml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
id: changedfiles
2121
run: |
2222
changedFiles=`node selectChangedFiles.js`
23-
echo "${changedFiles}"
2423
echo "::set-output name=changedFiles::$changedFiles"
2524
- name: Setup matrix combinations
2625
id: setup-matrix-combinations

0 commit comments

Comments
 (0)