We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402a348 commit b9eaff0Copy full SHA for b9eaff0
1 file changed
.github/workflows/deploy-examples.yml
@@ -78,6 +78,9 @@ jobs:
78
INVOKE_ACCOUNT_ID: ${{ secrets.INVOKE_ACCOUNT_ID_BETA }}
79
KMS_KEY_ARN: ${{ secrets.KMS_KEY_ARN }}
80
run: |
81
+ echo "$LAMBDA_ENDPOINT_BETA"
82
+ echo "$INVOKE_ACCOUNT_ID_BETA"
83
+ echo "$AWS_ACCOUNT_ID"
84
# Build function name
85
EXAMPLE_NAME_CLEAN=$(echo "${{ matrix.example.name }}" | sed 's/ //g')
86
if [ "${{ github.event_name }}" = "pull_request" ]; then
0 commit comments