mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-10 23:25:28 +00:00
Fix link to documentation about shell (#105)
* Fix link to documentation about `shell` * Actualize documentation links
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -971,7 +971,7 @@ function getExecutable(inputs) {
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
throw new Error("Shell ".concat(inputs.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"));
|
||||
throw new Error("Shell ".concat(inputs.shell, " not supported. See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell for supported shells"));
|
||||
}
|
||||
}
|
||||
return executable;
|
||||
|
||||
Reference in New Issue
Block a user