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

Commit 4bc84fd

Browse files
committed
Update docs.yml
1 parent 7244f98 commit 4bc84fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ jobs:
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v3
20-
ref: v${{github.event.inputs.release_version}}
2120
with:
2221
token: ${{ secrets.GH_TOKEN }}
23-
- uses: gradle/wrapper-validation-action@v1
22+
ref: v${{github.event.inputs.release_version}}
2423
- name: Set up JDK
2524
uses: actions/setup-java@v3
2625
with:

0 commit comments

Comments
 (0)