Skip to content

Commit 7f9715d

Browse files
committed
chore: add optional ref input
1 parent ac8d17a commit 7f9715d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-docs-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- uses: "ExpediaGroup/expediagroup-java-sdk/.github/workflows/generate-ref-docs.yaml@OmarAlJarrah/reusable-generate-reference-docs-gh-action"
2727
with:
2828
buildsystem: 'maven'
29-
ref: ${{ inputs.ref }}
29+
ref: ${{ env.TARGET_REF }}
3030
secrets:
3131
GITHUB_PAT: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)