Skip to content

Commit

Permalink
Move debug print to separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Sep 6, 2024
1 parent 0725a65 commit 2dc8367
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package-sync-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
echo -n "matrix={\"sync_group\": " >> $GITHUB_OUTPUT
echo -n $groups >> $GITHUB_OUTPUT
echo "}" >> $GITHUB_OUTPUT
echo ""
- name: Print sync matrix
run: |
echo "Package sync matrix:"
echo -n "matrix={\"sync_group\": "
echo -n $groups
echo "}"
echo -n "${{ steps.matrix-build.outputs.matrix }}"
sync-matrix-run:
name: Sync
Expand Down

0 comments on commit 2dc8367

Please sign in to comment.