mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-11 23:55:28 +00:00
docs: cleanup docs around shell defaults and supported
This commit is contained in:
@@ -92,7 +92,7 @@ function getExecutable(): string {
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
throw new Error(`Shell ${SHELL} required`);
|
||||
throw new Error(`Shell ${SHELL} not supported. See https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell for supported shells`);
|
||||
}
|
||||
}
|
||||
return executable
|
||||
|
||||
Reference in New Issue
Block a user