Skip to content

Commit 7daa1ec

Browse files
committed
Enclose matrix input in array
1 parent 576daf6 commit 7daa1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/undeploy-1-setup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Note: We run under the assumption that all Prerelease Environments have 'Prerelease'
2424
# appended to their GitHub Environment name, which is set out in our deployment template
2525
# https://github.com/ACCESS-NRI/model-deployment-template/blob/main/README.md?plain=1#L41
26-
run: echo "deployment-environments=$(jq --compact-output '.deployment | keys[] | "\(.) Prerelease"' ./config/settings.json)" >> $GITHUB_OUTPUT
26+
run: echo "deployment-environments=$(jq --compact-output --raw-output '.deployment | [keys[] | "\(.) Prerelease"]' ./config/settings.json)" >> $GITHUB_OUTPUT
2727

2828

2929
undeployment:

0 commit comments

Comments
 (0)