From 7e319da2e3a6af7babbbe952b4a7bd57a60be7fe Mon Sep 17 00:00:00 2001 From: ivanmilevtues Date: Tue, 24 Jun 2025 00:58:50 +0200 Subject: [PATCH] Fixes in the workflow --- .github/workflows/update-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 86bb603..cfdad19 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -6,7 +6,7 @@ on: repository_url: description: 'Repository URL to test with' required: false - default: 'https://github.com/${{ github.repository }}' + default: '' type: string source_branch: description: 'Source branch for comparison'