From 9a20bc485fcaf1f5271816faf27f98288a508ca0 Mon Sep 17 00:00:00 2001 From: swee <meow@swee.codes> Date: Mon, 20 Jan 2025 22:26:40 -0800 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 0d20de5..e45ccb2 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,10 @@ inputs: description: "Additional packages to install" required: false default: '' + branch: + description: "Alpine Linux branch" + required: false + default: 3.21 runs: using: "node20" main: "index.js" \ No newline at end of file