Skip to content

Commit

Permalink
tmp: add debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj committed Jan 21, 2025
1 parent c3abb14 commit 0d417f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ jobs:
ANY_PLUGINS="$(jq --argjson changed "$CHANGED" -n '$changed | with_entries( select( .key | startswith( "plugins/" ) ) ) | any')"
echo "projects=${CHANGED}" >> "$GITHUB_OUTPUT"
echo "projects=${CHANGED}"
echo "any-plugins=${ANY_PLUGINS}" >> "$GITHUB_OUTPUT"
echo "any-plugins=${ANY_PLUGINS}"
- name: Select WordPress version
if: steps.changed.outputs.any-plugins != 'true' && matrix.wp != 'none'
Expand Down

0 comments on commit 0d417f1

Please sign in to comment.