diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 14d2644ac85f2..9cbd515e0f183 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -10,7 +10,7 @@ on: repo-name: description: 'Repo display name in the URL' required: false - default: ${{ github.event.repository.name }} + default: '' type: string docs-repo: description: 'Repo to hold the docs'