Skip to content

Commit

Permalink
debug: test as string
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcguin committed Aug 22, 2024
1 parent 31a3aad commit d313d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
unique_sites=($(printf "%s\n" "${sites[@]}" | sort -u))
echo "SITES_CHANGED=${unique_sites[@]}" >> $GITHUB_ENV
echo "FILES_CHANGED=${{ toJSON(steps.changes.outputs) }}" >> $GITHUB_ENV
echo "FILES_CHANGED=${{ steps.changes.outputs }}" >> $GITHUB_ENV
- name: Inspect Packages Changed
run: |
Expand Down

0 comments on commit d313d3e

Please sign in to comment.