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 727af6d commit bd82333Copy full SHA for bd82333
.github/workflows/test.yaml
@@ -20,12 +20,12 @@ on:
20
description: The branch of the SDK to test
21
required: false
22
base_repo:
23
- type: boolean
+ type: string
24
description: Explictly define the repository to test
25
26
27
env:
28
- SDK_BRANCH: ${{ inputs.sdk_branch || github.head_ref || github.ref_name }}
+ SDK_BRANCH: ${{ inputs.sdk_branch || github.ref || github.head_ref || github.ref_name }}
29
TEST_DATA_BRANCH: ${{ inputs.test_data_branch || 'main' }}
30
31
ORG_GRADLE_PROJECT_ossrhUsername: ${{ secrets.OSSRH_USERNAME }}
0 commit comments