File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments