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 791feda commit 5bccb7dCopy full SHA for 5bccb7d
.github/workflows/package-sync-nightly.yml
@@ -32,7 +32,7 @@ jobs:
32
# actions matrix
33
run: |
34
groups=$(yq -o=json -I=0 \
35
- '[.rpm_package_repos[] | .sync_group | select(.) ] | unique' \
+ '([.rpm_package_repos[] | .sync_group | select(.) ]) + ([.deb_package_repos[] | .sync_group | select(.) ]) | unique' \
36
ansible/inventory/group_vars/all/package-repos)
37
echo -n "matrix={\"sync_group\": " >> $GITHUB_OUTPUT
38
echo -n $groups >> $GITHUB_OUTPUT
0 commit comments