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.
2 parents 95be6ab + 081ae3b commit 375309eCopy full SHA for 375309e
.github/workflows/ami-release-nix.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Run checks if triggered manually
56
if: ${{ github.event_name == 'workflow_dispatch' }}
57
run: |
58
- SUFFIX=$(sudo nix run nixpkgs#yq -- '.postgres_release["postgres${{ matrix.postgres_version }}"]' ansible/vars.yml | sed -E 's/[0-9\.]+(.*)$/\1/')
+ SUFFIX=$(sudo nix run nixpkgs#yq -- ".postgres_release[\"postgres${{ matrix.postgres_version }}\"]" ansible/vars.yml | sed -E 's/[0-9\.]+(.*)$/\1/')
59
if [[ -z $SUFFIX ]] ; then
60
echo "Version must include non-numeric characters if built manually."
61
exit 1
0 commit comments