From 468f09a7a1697697d9c19d6f6cfee98b2ef4acc1 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Tue, 2 Dec 2025 13:57:32 -0500 Subject: [PATCH] Corrected default group to f43 instead of 43 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ec2a6c7..0d5792a 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: required: true package-group: description: "Group repository to upload package to" - default: "43" + default: "f43" repository-url: description: "Gitea repository to upload package to" default: "https://git.hydrosaber.com"