Skip to content

Commit 2a61c77

Browse files
authored
changing var name to lowercase (#465)
1 parent 1897415 commit 2a61c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ jobs:
259259
- name: run tests
260260
run: |
261261
export TTL_DATE=${{ steps.date.outputs.ttldate }}
262-
export TF_VAR_JAVA_AUTO_INSTRUMENTATION_TAG=${{ needs.build.outputs.java_agent_tag }}
263-
export TF_VAR_JAVA_AUTO_INSTRUMENTATION_REPOSITORY="${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}"
262+
export TF_VAR_java_auto_instrumentation_tag=${{ needs.build.outputs.java_agent_tag }}
263+
export TF_VAR_java_auto_instrumentation_repository="${{ env.STAGING_ECR_REGISTRY }}/${{ env.STAGING_ECR_REPOSITORY }}"
264264
export DDB_BATCH_CACHE_SK=${{ needs.build.outputs.java_agent_tag }}
265265
cd testing-framework/terraform
266266
make execute-batch-test

0 commit comments

Comments
 (0)