File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 23
23
# Note: We run under the assumption that all Prerelease Environments have 'Prerelease'
24
24
# appended to their GitHub Environment name, which is set out in our deployment template
25
25
# 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
27
27
28
28
29
29
undeployment :
Original file line number Diff line number Diff line change 13
13
"0.22" : " 21da7d7e2b5e2680cd9d2e0a2fb4a7d13d8baa9d"
14
14
}
15
15
}
16
+ },
17
+ "Setonix" : {
18
+
16
19
}
17
20
}
18
- }
21
+ }
You can’t perform that action at this time.
0 commit comments