Skip to content

Commit

Permalink
Tools: Fix multi-file changelist output value with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jul 16, 2024
1 parent ffc4540 commit b29f304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/content-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
mkdir "$GITHUB_WORKSPACE/artifacts/"
git diff --name-only source/wp-content/themes/wporg-main-2022/**/*.php
changelist=$(git diff --name-only source/wp-content/themes/wporg-main-2022/**/*.php | xargs yarn --silent screenshot-changes)
echo "changelist='$changelist'" >> "$GITHUB_OUTPUT"
echo "changelist=\"$changelist\"" >> "$GITHUB_OUTPUT"
- name: Upload screenshots
id: upload-artifact
Expand Down

0 comments on commit b29f304

Please sign in to comment.