We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c79aec commit a12d16dCopy full SHA for a12d16d
.github/workflows/tests-build-js.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Get modified files
83
id: diff
84
run: |
85
- files=$(git ls-files --others --exclude-standard)
+ files="$(git ls-files --others --exclude-standard)"
86
echo "files=$files" >> $GITHUB_OUTPUT
87
if: ${{ steps.check-artifact.outputs.exists != 'true' }}
88
0 commit comments