We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0725a65 commit 2dc8367Copy full SHA for 2dc8367
.github/workflows/package-sync-nightly.yml
@@ -36,11 +36,11 @@ jobs:
36
echo -n "matrix={\"sync_group\": " >> $GITHUB_OUTPUT
37
echo -n $groups >> $GITHUB_OUTPUT
38
echo "}" >> $GITHUB_OUTPUT
39
- echo ""
+
40
+ - name: Print sync matrix
41
+ run: |
42
echo "Package sync matrix:"
- echo -n "matrix={\"sync_group\": "
- echo -n $groups
43
- echo "}"
+ echo -n "${{ steps.matrix-build.outputs.matrix }}"
44
45
sync-matrix-run:
46
name: Sync
0 commit comments