Skip to content

Commit

Permalink
ci: try a new incantation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Jul 28, 2023
1 parent fafeeca commit 1c2b1cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-admin-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ jobs:
- name: Create/Update lambda function
id: create-update-lambda
run: |
URL="$(aws lambda get-function --function-name $FUNCTION_NAME-$PR_NUMBER --query 'Configuration.FunctionArn')"
URL="$(aws lambda get-function --function-name $FUNCTION_NAME-$PR_NUMBER --query 'Configuration.Endpoints[0].Url' --output text)"
echo DEBUG: URL: $URL
echo DEBUG: FUNCTION_NAME: $FUNCTION_NAME
echo DEBUG: PR_NUMBER: $PR_NUMBER
Expand Down

0 comments on commit 1c2b1cc

Please sign in to comment.