diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9a5c2e7f8..01dd36163 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -121,7 +121,7 @@ jobs: echo "cognito_user_pool_client_id=$COGNITO_USER_POOL_CLIENT_ID" >> $GITHUB_OUTPUT - id: cognito_user_id run: | - COGNITO_USER_POOL_ID=$(./scripts/output.sh ui-auth UserPoolClientId $STAGE_PREFIX$branch_name) + COGNITO_USER_POOL_ID=$(./scripts/output.sh ui-auth UserPoolId $STAGE_PREFIX$branch_name) COGNITO_USER_ID=$(echo "$COGNITO_USER_POOL_ID" | cut -d "_" -f 2) echo "cognito_user_id=$COGNITO_USER_ID" >> $GITHUB_OUTPUT outputs: