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 180250d commit 31c885bCopy full SHA for 31c885b
.github/workflows/java-lambda-layer-perf-test.yml
@@ -20,7 +20,7 @@ on:
20
ADOT-Java-Branch:
21
description: 'ADOT Java branch to use'
22
required: true
23
- default: 'lk-v2.11.x'
+ default: 'perf-lambda-2.11.5'
24
type: string
25
26
jobs:
@@ -43,7 +43,7 @@ jobs:
43
- name: Checkout aws-otel-java-instrumentation
44
uses: actions/checkout@v4
45
with:
46
- repository: lukeina2z/aws-otel-java-instrumentation
+ repository: aws-observability/aws-otel-java-instrumentation
47
ref: ${{ github.event.inputs.ADOT-Java-Branch }}
48
path: aws-otel-java-instrumentation
49
0 commit comments