We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9445446 + 77e93ed commit 8465384Copy full SHA for 8465384
.github/workflows/syntaxCheckPullRequest.yml
@@ -20,7 +20,6 @@ jobs:
20
id: changedfiles
21
run: |
22
changedFiles=`node selectChangedFiles.js`
23
- echo "${changedFiles}"
24
echo "::set-output name=changedFiles::$changedFiles"
25
- name: Setup matrix combinations
26
id: setup-matrix-combinations
0 commit comments