Skip to content

Commit 4f6e434

Browse files
committed
Move debug print to separate job
1 parent 6c3a2f7 commit 4f6e434

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/package-sync-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
echo -n "matrix={\"sync_group\": " >> $GITHUB_OUTPUT
3737
echo -n $groups >> $GITHUB_OUTPUT
3838
echo "}" >> $GITHUB_OUTPUT
39-
echo ""
39+
40+
- name: Print sync matrix
41+
run: |
4042
echo "Package sync matrix:"
41-
echo -n "matrix={\"sync_group\": "
42-
echo -n $groups
43-
echo "}"
43+
echo -n "${{ steps.matrix-build.outputs.matrix }}"
4444
4545
sync-matrix-run:
4646
name: Sync

0 commit comments

Comments
 (0)