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 c6b7b90 commit e1f5860Copy full SHA for e1f5860
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Set PostgreSQL versions
27
id: set-versions
28
run: |
29
- VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[] ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c 'split("\n")[:-1]')
+ VERSIONS=$(nix run nixpkgs#yq -- '.postgres_major[]' ansible/vars.yml | nix run nixpkgs#jq -- -R -s -c "split(\"\n\")[:-1]")
30
echo "postgres_versions=$VERSIONS" >> $GITHUB_OUTPUT
31
build:
32
needs: prepare
0 commit comments