From b8e8eb5936437c243592fda645c96dfc6488c275 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Mon, 11 Dec 2023 17:05:11 +0100 Subject: [PATCH] Update index.js --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 235fbf6..5e00304 100644 --- a/dist/index.js +++ b/dist/index.js @@ -22,11 +22,11 @@ if (process.platform === 'win32') { }); } else { error = { code: 1 } - core.setFailed('Error: The repository was not cloned. Please specify the actions/checkout action before this step.'); + core.setFailed('The repository was not cloned. Please specify the actions/checkout action before this step.'); process.exit(error.code); } } else { error = { code: 1 }; - core.setFailed('Error: This action is only supported on Windows!'); + core.setFailed('This action is only supported on Windows!'); process.exit(error.code); }