Skip to content

Commit 17bed4c

Browse files
committed
Further parameterize the repository where the docs build is triggered
See gh-46190
1 parent 389d887 commit 17bed4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Run Deploy Docs Workflow
7474
env:
7575
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76-
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-stage-release.outputs.version }}
76+
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-stage-release.outputs.version }}
7777
create-github-release:
7878
name: Create GitHub Release
7979
needs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Run Deploy Docs Workflow
155155
env:
156156
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
157-
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-stage-release.outputs.version }}
157+
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-stage-release.outputs.version }}
158158
create-github-release:
159159
name: Create GitHub Release
160160
needs:

0 commit comments

Comments
 (0)