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.
2 parents 2549159 + 3982292 commit 0166d7bCopy full SHA for 0166d7b
.github/workflows/build-and-deploy-snapshot.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Run Deploy Docs Workflow
58
env:
59
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 }}
+ 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 }}
61
verify:
62
name: Verify
63
needs: build-and-deploy-snapshot
0 commit comments