Skip to content

Commit 21a5182

Browse files
committed
fix checkout to use current repo instead of hardcoded upstream
1 parent 5d7133b commit 21a5182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-eks-otlp-ocb-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #5.0.0
7979
with:
80-
repository: 'aws-observability/aws-application-signals-test-framework'
80+
# Use the current repository (allows testing from forks)
8181
ref: ${{ env.CALLER_WORKFLOW_NAME == 'main-build' && 'main' || github.ref }}
8282
fetch-depth: 0
8383

0 commit comments

Comments
 (0)