From 2cb2d440c52df4f9b948f6deca45433ea792333e Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 30 Oct 2024 07:30:21 +1300 Subject: [PATCH] fix: Update base url variable --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6a23330..adfc12b 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: "Gitea Composer upload package" description: "Updating a composer package in the Gitea system using GitHub Actions" inputs: - base_url: + baseurl: description: "Base URL for Gitea Instance" required: true username: