We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcc69c commit 02be463Copy full SHA for 02be463
.github/workflows/java-lambda-test.yml
@@ -137,7 +137,7 @@ jobs:
137
-var="sdk_layer_name=AWSOpenTelemetryDistroJava-${{ github.run_id }}"
138
-var="function_name=${{env.TERRAFORM_LAMBDA_FUNCTION_NAME}}"
139
-var="layer_artifacts_directory=${{ env.ARTIFACTS_DIR }}"
140
- -var="region=${{ env.E2E_TEST_AWS_REGION }}\"
+ -var="region=${{ env.E2E_TEST_AWS_REGION }}"
141
-var="is_canary=${{ env.IS_CANARY }}"'
142
max_retry: 6
143
sleep_time: 60
0 commit comments