Skip to content

Generate and Publish SDK Sources #1

Generate and Publish SDK Sources

Generate and Publish SDK Sources #1

name: Generate and Publish SDK Sources
on:
workflow_dispatch:
inputs:
version:
description: |
SDK Version.
E.g., 1.0.0, 1.0.1, 1.0.0-SNAPSHOT, etc.
required: true
type: string
jobs:
generate-and-publish-sources:
uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-full-workflow.yaml@20241013

Check failure on line 15 in .github/workflows/generate-and-publish-sdk-sources.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/generate-and-publish-sdk-sources.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/generate-and-publish-sdk-sources.yaml" -> "ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-full-workflow.yaml@20241013" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
secrets: inherit
with:
name: xap
version: ${{ inputs.version }}
transformations: "--headers key --operationIdsToTags"
repository: 'ExpediaGroup/xap-java-sdk'
ref: ${{ github.head_ref || github.ref_name }}