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 213d5c8 commit 9678bf2Copy full SHA for 9678bf2
.github/workflows/lint-test-sdk.yml
@@ -27,6 +27,7 @@ env:
27
CI: true
28
SDK_BRANCH: ${{ inputs.sdk_branch || github.head_ref || github.ref_name || 'main' }}
29
TEST_DATA_BRANCH: ${{ inputs.test_data_branch || 'main' }}
30
+ SDK_REPO: ${{ (github.event_name == 'workflow_call' && 'Eppo-exp/sdk-common-jdk') || github.repository }}
31
32
jobs:
33
lint-test-sdk:
@@ -37,7 +38,7 @@ jobs:
37
38
steps:
39
- uses: actions/checkout@v4
40
with:
- repository: Eppo-exp/sdk-common-jdk
41
+ repository: ${{ env.SDK_REPO }}
42
ref: ${{ env.SDK_BRANCH }}
43
fetch-depth: 0
44
0 commit comments