From 2a40627c3dfa34cad3af98de13fa76adddd20391 Mon Sep 17 00:00:00 2001 From: Menny Even Danan Date: Thu, 6 Feb 2020 18:30:06 -0500 Subject: fix deploy request json --- .github/actions/deploy-request/request.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/actions') 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}" -- cgit v1.2.3