aboutsummaryrefslogtreecommitdiff
path: root/.github/actions
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-02-06 23:30:06 +0000
committerMenny Even Danan <menny@evendanan.net>2020-02-07 00:30:11 +0000
commit2a40627c3dfa34cad3af98de13fa76adddd20391 (patch)
tree30cecf0aca2ba21a0de088535d322522a3369b3a /.github/actions
parent4ae03976fd14389741caf6892406cb00f7e18fe8 (diff)
downloadAnySoftKeyboard-2a40627c3dfa34cad3af98de13fa76adddd20391.tar.gz
AnySoftKeyboard-2a40627c3dfa34cad3af98de13fa76adddd20391.tar.bz2
fix deploy request json
Diffstat (limited to '.github/actions')
-rwxr-xr-x.github/actions/deploy-request/request.sh2
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}"