Skip to content

Commit

Permalink
try quoting in the input for referenced images (SSWConsulting#6792)
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonBeeming authored Sep 21, 2023
1 parent 2145ce6 commit 96fb2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: |
cd scripts/find-unreferenced-images
npm install
node find-unreferenced-images.js ${{ env.changed }}
node find-unreferenced-images.js '${{ env.changed }}'

0 comments on commit 96fb2e4

Please sign in to comment.