Skip to content

Commit b9eaff0

Browse files
author
Alex Wang
committed
dummy
1 parent 402a348 commit b9eaff0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
INVOKE_ACCOUNT_ID: ${{ secrets.INVOKE_ACCOUNT_ID_BETA }}
7979
KMS_KEY_ARN: ${{ secrets.KMS_KEY_ARN }}
8080
run: |
81+
echo "$LAMBDA_ENDPOINT_BETA"
82+
echo "$INVOKE_ACCOUNT_ID_BETA"
83+
echo "$AWS_ACCOUNT_ID"
8184
# Build function name
8285
EXAMPLE_NAME_CLEAN=$(echo "${{ matrix.example.name }}" | sed 's/ //g')
8386
if [ "${{ github.event_name }}" = "pull_request" ]; then

0 commit comments

Comments
 (0)