checkout branch not sha

This commit is contained in:
Nick Fields
2025-02-25 09:57:58 -05:00
parent 82da33c127
commit 12ca35256f

View File

@@ -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';