mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-09 22:58:02 +00:00
checkout branch not sha
This commit is contained in:
@@ -14,6 +14,8 @@ const OUTPUT_EXIT_ERROR_KEY = 'exit_error';
|
|||||||
let exit: number;
|
let exit: number;
|
||||||
let done: boolean;
|
let done: boolean;
|
||||||
|
|
||||||
|
info('test');
|
||||||
|
|
||||||
function getExecutable(inputs: Inputs): string {
|
function getExecutable(inputs: Inputs): string {
|
||||||
if (!inputs.shell) {
|
if (!inputs.shell) {
|
||||||
return OS === 'win32' ? 'powershell' : 'bash';
|
return OS === 'win32' ? 'powershell' : 'bash';
|
||||||
|
|||||||
Reference in New Issue
Block a user