From 5665437a25b2ffec563229fd9eecd67fb870ac3d Mon Sep 17 00:00:00 2001 From: Haris Mahmood <70361308+hmahmood24@users.noreply.github.com> Date: Fri, 28 Jun 2024 01:38:49 +0500 Subject: [PATCH] Update build-docs.yml --- .github/workflows/build-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 14d2644ac85f..9cbd515e0f18 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'