Browse Source

Specify the repository when running Deploy Docs workflow

See gh-41461
pull/41718/head
Andy Wilkinson 1 year ago
parent
commit
549a12683d
  1. 2
      .github/workflows/build-and-deploy-snapshot.yml

2
.github/workflows/build-and-deploy-snapshot.yml

@ -50,7 +50,7 @@ jobs: @@ -50,7 +50,7 @@ jobs:
- name: Run Deploy Docs Workflow
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 }}
verify:
name: Verify
needs: build-and-deploy-snapshot

Loading…
Cancel
Save