Skip to content

Commit e0a8ec9

Browse files
committed
Merge branch '3.3.x'
2 parents 8676cc6 + 549a126 commit e0a8ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run Deploy Docs Workflow
5151
env:
5252
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53-
run: gh workflow run deploy-docs.yml -r docs-build -f build-refname=${{ github.ref_name }} -f build-version=${{ needs.build-and-deploy-snapshot.outputs.version }}
53+
run: gh workflow run deploy-docs.yml --repo spring-projects/spring-boot -r docs-build -f build-refname=${{ github.ref_name }} -f build-version=${{ needs.build-and-deploy-snapshot.outputs.version }}
5454
verify:
5555
name: Verify
5656
needs: build-and-deploy-snapshot

0 commit comments

Comments
 (0)