From 12ca35256f5147c81776309d57ffb24412616826 Mon Sep 17 00:00:00 2001 From: Nick Fields <46869826+nick-fields@users.noreply.github.com> Date: Tue, 25 Feb 2025 09:57:58 -0500 Subject: [PATCH] checkout branch not sha --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 953ec04..262cbbb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,6 +14,8 @@ const OUTPUT_EXIT_ERROR_KEY = 'exit_error'; let exit: number; let done: boolean; +info('test'); + function getExecutable(inputs: Inputs): string { if (!inputs.shell) { return OS === 'win32' ? 'powershell' : 'bash';