aboutsummaryrefslogtreecommitdiff
path: root/.github/actions
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-03-12 03:24:50 +0000
committerMenny Even Danan <menny@evendanan.net>2020-03-12 03:25:00 +0000
commitd5feb09d56f15299d7e1c9ccd34ee7d7930e473b (patch)
treeb2a432bb7c61269feba693abf4a37d4c73ee5748 /.github/actions
parent8cb65797ad0c152a1ed0b6a5c970be36de5658f1 (diff)
downloadAnySoftKeyboard-d5feb09d56f15299d7e1c9ccd34ee7d7930e473b.tar.gz
AnySoftKeyboard-d5feb09d56f15299d7e1c9ccd34ee7d7930e473b.tar.bz2
in_progress typo fix
Diffstat (limited to '.github/actions')
-rwxr-xr-x.github/actions/deploy/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/deploy/deploy.sh b/.github/actions/deploy/deploy.sh
index 0616a2c3e..e4c70ac86 100755
--- a/.github/actions/deploy/deploy.sh
+++ b/.github/actions/deploy/deploy.sh
@@ -50,7 +50,7 @@ echo "for ${DEPLOYMENT_ENVIRONMENT}: will deploy process ${PROCESS_NAME} to ${DE
export BUILD_COUNT_FOR_VERSION=${GITHUB_RUN_NUMBER}
./gradlew --stacktrace :deployment:updateDeploymentState -PRequest.apiUsername="${API_USER}" -PRequest.apiUserToken="${API_TOKEN}" \
- -PrequestStatus.environment="${DEPLOYMENT_ENVIRONMENT}" -PrequestStatus.deployment_id="${DEPLOYMET_ID}" -PrequestStatus.deployment_state="in-progress"
+ -PrequestStatus.environment="${DEPLOYMENT_ENVIRONMENT}" -PrequestStatus.deployment_id="${DEPLOYMET_ID}" -PrequestStatus.deployment_state="in_progress"
echo "Downloading signature files..."
if [[ -z "${KEYSTORE_FILE_URL}" ]]; then