From c4be35f22d6bdd137ede29b76b34458226b1d638 Mon Sep 17 00:00:00 2001
From: swee <meow@swee.codes>
Date: Mon, 20 Jan 2025 18:32:59 -0800
Subject: [PATCH] Update action.yml

---
 action.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/action.yml b/action.yml
index d76ea5a..0d20de5 100644
--- a/action.yml
+++ b/action.yml
@@ -1,6 +1,11 @@
 name: "Setup Alpine"
 author: "swee"
 description: "Setup actions runners that uses alpine"
+inputs:
+  additional:
+    description: "Additional packages to install"
+    required: false
+    default: ''
 runs:
   using: "node20"
   main: "index.js"
\ No newline at end of file