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 21a5182 commit 22cbe6dCopy full SHA for 22cbe6d
.github/workflows/java-eks-otlp-ocb-test.yml
@@ -77,8 +77,8 @@ jobs:
77
78
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #5.0.0
79
with:
80
- # Use the current repository (allows testing from forks)
81
- ref: ${{ env.CALLER_WORKFLOW_NAME == 'main-build' && 'main' || github.ref }}
+ repository: ${{ github.repository }}
+ ref: ${{ github.ref }}
82
fetch-depth: 0
83
84
# We initialize Gradlew Daemon early on during the workflow because sometimes initialization
0 commit comments