From d5feb09d56f15299d7e1c9ccd34ee7d7930e473b Mon Sep 17 00:00:00 2001 From: Menny Even Danan Date: Wed, 11 Mar 2020 23:24:50 -0400 Subject: in_progress typo fix --- .github/actions/deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/actions') 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 -- cgit v1.2.3