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 19c4650 commit 75787eeCopy full SHA for 75787ee
.github/workflows/generate-docs-site.yml
@@ -14,14 +14,9 @@ permissions:
14
15
jobs:
16
deploy-reference-docs:
17
- runs-on: ubuntu-latest
18
- steps:
19
- - name: Get ref name
20
- id: get_branch
21
- run: echo "::set-output name=branch::$(echo ${GITHUB_REF#refs/heads/})"
22
- - uses: "ExpediaGroup/expediagroup-java-sdk/.github/workflows/generate-ref-docs.yaml@main"
23
- with:
24
- buildsystem: 'maven'
25
- ref: ${{ inputs.ref }}
26
- secrets:
27
- GITHUB_PAT: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
+ uses: "ExpediaGroup/expediagroup-java-sdk/.github/workflows/generate-ref-docs.yaml@main"
+ with:
+ buildsystem: 'maven'
+ ref: ${{ inputs.ref }}
+ secrets:
+ GITHUB_PAT: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
0 commit comments