Skip to content

Commit 0856cb9

Browse files
committed
undeploy-1-setup.yml: enclosed matrix input in array
1 parent 9bc6d7c commit 0856cb9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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:

config/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"0.22": "21da7d7e2b5e2680cd9d2e0a2fb4a7d13d8baa9d"
1414
}
1515
}
16+
},
17+
"Setonix": {
18+
1619
}
1720
}
18-
}
21+
}

0 commit comments

Comments
 (0)