Skip to content

Commit 28eeb9f

Browse files
committed
Add workflow
1 parent b5aafc5 commit 28eeb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/javadoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333
- name: "Switch branch"
34-
run: git checkout "${{ github.event.inputs.branch || 'rel/5.24.0' }}"
34+
run: git checkout "${{ github.event.inputs.branch || 'rel/5.23.0' }}"
3535

3636
- name: "Set up JDK 17"
3737
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)