From fa8190a76b2a58d89acd045a74073f04320f0a9a Mon Sep 17 00:00:00 2001
From: swee <meow@swee.codes>
Date: Mon, 20 Jan 2025 18:40:20 -0800
Subject: [PATCH] Update index.js

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

diff --git a/index.js b/index.js
index 3add76a..da16513 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,5 @@
 const { exec } = require('node:child_process')
-var additional = process.env.INPUT_additional;
+var additional = process.env.INPUT_ADDITIONAL;
 console.log("# apk add bash git " + additional)
 exec('apk add bash git ' + additional, (err, output) => {
     console.log(output)