Skip to content

Commit 389d887

Browse files
committed
Parameterize the repository where the docs build is triggered
Closes gh-46190
1 parent a2067af commit 389d887

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
@@ -57,7 +57,7 @@ jobs:
5757
- name: Run Deploy Docs Workflow
5858
env:
5959
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60-
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 }}
60+
run: gh workflow run deploy-docs.yml --repo ${{ github.repository }} -r docs-build -f build-refname=${{ github.ref_name }} -f build-version=${{ needs.build-and-deploy-snapshot.outputs.version }}
6161
verify:
6262
name: Verify
6363
needs: build-and-deploy-snapshot

0 commit comments

Comments
 (0)