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 73
73
- name : Run Deploy Docs Workflow
74
74
env :
75
75
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 }}
77
77
create-github-release :
78
78
name : Create GitHub Release
79
79
needs :
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
- name : Run Deploy Docs Workflow
155
155
env :
156
156
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 }}
158
158
create-github-release :
159
159
name : Create GitHub Release
160
160
needs :
You can’t perform that action at this time.
0 commit comments