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

View File

@@ -44,7 +44,7 @@ function getExecutable(inputs: Inputs): string {
}
default: {
throw new Error(
`Shell ${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`
`Shell ${inputs.shell} not supported. See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell for supported shells`
);
}
}