Skip to content

Commit

Permalink
Enclose matrix input in array (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat authored Sep 24, 2024
1 parent 576daf6 commit ab2b346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/undeploy-1-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Note: We run under the assumption that all Prerelease Environments have 'Prerelease'
# appended to their GitHub Environment name, which is set out in our deployment template
# https://github.com/ACCESS-NRI/model-deployment-template/blob/main/README.md?plain=1#L41
run: echo "deployment-environments=$(jq --compact-output '.deployment | keys[] | "\(.) Prerelease"' ./config/settings.json)" >> $GITHUB_OUTPUT
run: echo "deployment-environments=$(jq --compact-output --raw-output '.deployment | [keys[] | "\(.) Prerelease"]' ./config/settings.json)" >> $GITHUB_OUTPUT


undeployment:
Expand Down

0 comments on commit ab2b346

Please sign in to comment.