We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd1c62 commit 323841cCopy full SHA for 323841c
1 file changed
.github/workflows/package-sync-nightly.yml
@@ -30,9 +30,10 @@ jobs:
30
# Use YQ to make a list of all unique sync groups, and format as a GH
31
# actions matrix
32
run: |
33
- groups=$(yq -o=json -I=0 \
+ groups=$(yq eval-all -o=json -I=0 \
34
'([.rpm_package_repos[] | .sync_group | select(.) ]) + ([.deb_package_repos[] | .sync_group | select(.) ]) | unique' \
35
- ansible/inventory/group_vars/all/package-repos)
+ ansible/inventory/group_vars/all/*)
36
+
37
echo -n "matrix={\"sync_group\": " >> $GITHUB_OUTPUT
38
echo -n $groups >> $GITHUB_OUTPUT
39
echo "}" >> $GITHUB_OUTPUT
0 commit comments