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 bdf3122 commit a1b483fCopy full SHA for a1b483f
.github/workflows/testinfra-nix.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set PostgreSQL versions
19
id: set-versions
20
run: |
21
- VERSIONS=$(yq '.postgres_major[]' ansible/vars.yml | jq -- -R -s -c 'split("\n")[:-1]')
+ VERSIONS=$(yq '.postgres_major[]' ansible/vars.yml | jq -R -s -c 'split("\n")[:-1]')
22
echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
23
24
test-ami-nix:
0 commit comments