Skip to content

Commit

Permalink
Update step
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbay-bluetiger committed Sep 10, 2024
1 parent a11c101 commit 6b111a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b111a6

Please sign in to comment.