Skip to content

Commit

Permalink
fix: add debugging for collection id extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Dec 19, 2024
1 parent 86d7422 commit f7ae3c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ jobs:
collection_ids=$(echo $collection_ids | jq --arg id "$collection_id" '. + [$id]')
done
collection_ids=$(echo "$collection_ids" | sed 's/^[[:space:]]*//;s/[[:space:]]*$//')
echo "Final collection_ids: $collection_ids"
echo "collection_ids=${collection_ids}" >> $GITHUB_ENV
- name: Set up Variables
Expand Down

0 comments on commit f7ae3c5

Please sign in to comment.