Skip to content

Commit

Permalink
Fix action repository name
Browse files Browse the repository at this point in the history
Issue gh-15106
  • Loading branch information
marcusdacoregio committed May 20, 2024
1 parent 4541e2f commit 9d831fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-antora-ui-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
branch: [ '5.8.x', '6.1.x', '6.2.x', 'main' ]
steps:
- uses: spring-io/spring-docs-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
name: Update antora-playbook.yml
with:
docs-branch: ${{ matrix.branch }}
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
name: Update Docs Build
steps:
- uses: spring-io/spring-docs-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
- uses: spring-io/spring-doc-actions/update-antora-spring-ui@9ab6029a59f5a8e3b40dc8757ff5d9f3569647db
name: Update antora-playbook.yml
with:
docs-branch: 'docs-build'
Expand Down

0 comments on commit 9d831fe

Please sign in to comment.