diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-02-06 23:04:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-06 23:04:43 +0000 |
| commit | 4ae03976fd14389741caf6892406cb00f7e18fe8 (patch) | |
| tree | b639d7449264dfb283e7376a28078da6b462e916 /.github/actions | |
| parent | 617623ab19f18e5d69fee4287b92500e15be459e (diff) | |
| parent | fc71e688f3dd021ad7e89e30afd0be36af699581 (diff) | |
| download | AnySoftKeyboard-4ae03976fd14389741caf6892406cb00f7e18fe8.tar.gz AnySoftKeyboard-4ae03976fd14389741caf6892406cb00f7e18fe8.tar.bz2 | |
Merge pull request #2023 from AnySoftKeyboard/pre-deploy-request-step
deploy-request only needs push-ready for deployment
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 e784ef7b3..ef83be9a0 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 }' ) + '{ 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}" |
