docs: cleanup docs around shell defaults and supported

This commit is contained in:
Nick Fields
2021-01-03 21:00:31 -05:00
parent f865f2ade8
commit bee86ddb77
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -335,7 +335,7 @@ function getExecutable() {
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;