From 3fb217a885e13d0b6014d770329c8ba8b3344d1a Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 2 Jan 2024 19:59:44 +0100 Subject: [PATCH] Update main.js --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 71259ca..518f433 100644 --- a/src/main.js +++ b/src/main.js @@ -10,7 +10,7 @@ const options = core.getInput('options') const path = core.getInput('path') // Importing the child_process module for executing shell commands -var exec = require('child_process').exec +const exec = require('child_process').exec // Initializing an error variable let error;