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 469f391 commit 229701bCopy full SHA for 229701b
.github/workflows/generate-and-publish-sdk-sources.yaml
@@ -16,7 +16,8 @@ jobs:
16
secrets: inherit
17
with:
18
name: xap
19
- version: ${{ inputs.version }}
20
- transformations: "--headers key --operationIdsToTags"
+ ref: ${{ github.head_ref || github.ref_name }}
21
repository: 'ExpediaGroup/xap-java-sdk'
22
- ref: ${{ '20241217' }}
+ sdk_repo_ref: 'v20241217'
+ transformations: '--headers key --operationIdsToTags'
23
+ version: ${{ inputs.version }}
0 commit comments