Skip to content

Commit 0166d7b

Browse files
committed
Merge branch '3.5.x'
Closes gh-46192
2 parents 2549159 + 3982292 commit 0166d7b

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)