Skip to content

Commit

Permalink
chore: add optional ref input
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarAlJarrah committed Jan 23, 2025
1 parent 2b9f1b4 commit 01baaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
deploy-reference-docs:
runs-on: ubuntu-latest
uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/generate-ref-docs.yaml@OmarAlJarrah/reusable-generate-reference-docs-gh-action
uses: "ExpediaGroup/expediagroup-java-sdk/.github/workflows/generate-ref-docs.yaml@OmarAlJarrah/reusable-generate-reference-docs-gh-action"
with:
buildsystem: 'maven'
ref: ${{ inputs.ref != '' && inputs.ref || github.ref }}
Expand Down

0 comments on commit 01baaf7

Please sign in to comment.