Skip to content

Commit a12d16d

Browse files
committed
ci: fix get modified files
1 parent 9c79aec commit a12d16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-build-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Get modified files
8383
id: diff
8484
run: |
85-
files=$(git ls-files --others --exclude-standard)
85+
files="$(git ls-files --others --exclude-standard)"
8686
echo "files=$files" >> $GITHUB_OUTPUT
8787
if: ${{ steps.check-artifact.outputs.exists != 'true' }}
8888

0 commit comments

Comments
 (0)