Skip to content

Commit 9d831fe

Browse files
Fix action repository name
Issue gh-15106
1 parent 4541e2f commit 9d831fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-antora-ui-spring.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
branch: [ '5.8.x', '6.1.x', '6.2.x', 'main' ]
2020
steps:
21-
- uses: spring-io/spring-docs-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
21+
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
2222
name: Update antora-playbook.yml
2323
with:
2424
docs-branch: ${{ matrix.branch }}
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
name: Update Docs Build
3030
steps:
31-
- uses: spring-io/spring-docs-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
31+
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
3232
name: Update antora-playbook.yml
3333
with:
3434
docs-branch: 'docs-build'

0 commit comments

Comments
 (0)