Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 80e92fc

Browse files
committed
Update docs.yml
1 parent 485ba6b commit 80e92fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish Docs
22
on:
33
workflow_dispatch:
44
inputs:
5-
release_version:
6-
description: 'The Release Version'
5+
ref:
6+
description: 'The Tag or Branch Name'
77
required: true
88
jobs:
99
docs:
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020
with:
2121
token: ${{ secrets.GH_TOKEN }}
22-
ref: v${{github.event.inputs.release_version}}
22+
ref: ${{github.event.inputs.ref}}
2323
- name: Set up JDK
2424
uses: actions/setup-java@v3
2525
with:

0 commit comments

Comments
 (0)