Skip to content

Commit 549a126

Browse files
committed
Specify the repository when running Deploy Docs workflow
See gh-41461
1 parent dec6a8d commit 549a126

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)