From 9e04439248b6c8c25c217c843c3402c0d887006d Mon Sep 17 00:00:00 2001
From: swee <meow@swee.codes>
Date: Wed, 22 Jan 2025 17:25:27 -0800
Subject: [PATCH] Update index.js

---
 index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.js b/index.js
index 84b4100..1590abd 100644
--- a/index.js
+++ b/index.js
@@ -1,4 +1,5 @@
 const { exec } = require('child_process');
+var additional = process.env.INPUT_ADDITIONAL;
 exec('apk add bash git ' + additional, (error, stdout, stderr) => {
   if (error) {
     console.error(`Error: ${error.message}`);