Update index.js
This commit is contained in:
parent
1073a5d68d
commit
9e04439248
1 changed files with 1 additions and 0 deletions
1
index.js
1
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}`);
|
||||
|
|
Loading…
Add table
Reference in a new issue