Update index.js

This commit is contained in:
Nova Cat 2025-01-22 17:25:27 -08:00
parent 1073a5d68d
commit 9e04439248

View file

@ -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}`);