Skip to content

Commit 965dd5c

Browse files
committed
testo2
1 parent 9bda448 commit 965dd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# actions matrix
3030
run: |
3131
groups=$(yq -o=json -I=0 \
32-
'[.rpm_package_repos[] + .deb_package_repos[] | .sync_group | select(.) ] | unique' \
32+
'([.rpm_package_repos[] | .sync_group | select(.) ]) + ([.deb_package_repos[] | .sync_group | select(.) ]) | unique' \
3333
ansible/inventory/group_vars/all/package-repos)
3434
echo -n "matrix={\"sync_group\": " >> $GITHUB_OUTPUT
3535
echo -n $groups >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)