File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 ADOT-Java-Branch :
2121 description : ' ADOT Java branch to use'
2222 required : true
23- default : ' release/ v2.11.x'
23+ default : ' lk- v2.11.x'
2424 type : string
2525
2626jobs :
4343 - name : Checkout aws-otel-java-instrumentation
4444 uses : actions/checkout@v4
4545 with :
46- repository : aws-observability /aws-otel-java-instrumentation
46+ repository : lukeina2z /aws-otel-java-instrumentation
4747 ref : ${{ github.event.inputs.ADOT-Java-Branch }}
4848 path : aws-otel-java-instrumentation
4949
8181
8282 cd terraform
8383 terraform init
84- terraform apply -auto-approve -var "adot_layer_arn=${{ env.LAYER_VERSION_ARN }}"
84+ terraform apply -auto-approve -var="force_recreate=true" -var "adot_layer_arn=${{ env.LAYER_VERSION_ARN }}"
8585
8686 - name : Checkout current repository
8787 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments