Fix link to documentation about shell (#105)

* Fix link to documentation about `shell`

* Actualize documentation links
This commit is contained in:
valery1707
2022-10-19 13:43:26 +03:00
committed by GitHub
parent 3e91a01664
commit 0711ba3d78
4 changed files with 5 additions and 5 deletions

2
dist/index.js vendored
View File

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