We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec6a8d commit 549a126Copy full SHA for 549a126
.github/workflows/build-and-deploy-snapshot.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Run Deploy Docs Workflow
51
env:
52
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
- run: gh workflow run deploy-docs.yml -r docs-build -f build-refname=${{ github.ref_name }} -f build-version=${{ needs.build-and-deploy-snapshot.outputs.version }}
+ 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 }}
54
verify:
55
name: Verify
56
needs: build-and-deploy-snapshot
0 commit comments