diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-02-06 23:30:06 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2020-02-07 00:30:11 +0000 |
| commit | 2a40627c3dfa34cad3af98de13fa76adddd20391 (patch) | |
| tree | 30cecf0aca2ba21a0de088535d322522a3369b3a /.github/actions | |
| parent | 4ae03976fd14389741caf6892406cb00f7e18fe8 (diff) | |
| download | AnySoftKeyboard-2a40627c3dfa34cad3af98de13fa76adddd20391.tar.gz AnySoftKeyboard-2a40627c3dfa34cad3af98de13fa76adddd20391.tar.bz2 | |
fix deploy request json
Diffstat (limited to '.github/actions')
| -rwxr-xr-x | .github/actions/deploy-request/request.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/deploy-request/request.sh b/.github/actions/deploy-request/request.sh index ef83be9a0..8ae0685f5 100755 --- a/.github/actions/deploy-request/request.sh +++ b/.github/actions/deploy-request/request.sh @@ -17,7 +17,7 @@ function deployment_request() { --arg jsonRef "${REF_TO_DEPLOY}" \ --arg jsonDeployTarget "${1}" \ --arg jsonDescription "${2}" \ - '{ ref: $jsonRef, task: "deploy", auto_merge: false, environment: $jsonDeployTarget, description: $jsonDescription, required_contexts=[ "push-ready" ] }' ) + '{ ref: $jsonRef, task: "deploy", auto_merge: false, environment: $jsonDeployTarget, description: $jsonDescription, required_contexts: [ "push-ready" ] }' ) local JSON_FILENAME="${TEMP_FOLDER}/deployment_request_${1}.json" echo "${JSON_TEXT}" > "${JSON_FILENAME}" |
