Skip to content

Commit a1b483f

Browse files
committed
fix: jq invoke
1 parent bdf3122 commit a1b483f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testinfra-nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set PostgreSQL versions
1919
id: set-versions
2020
run: |
21-
VERSIONS=$(yq '.postgres_major[]' ansible/vars.yml | jq -- -R -s -c 'split("\n")[:-1]')
21+
VERSIONS=$(yq '.postgres_major[]' ansible/vars.yml | jq -R -s -c 'split("\n")[:-1]')
2222
echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
2323
2424
test-ami-nix:

0 commit comments

Comments
 (0)