mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-12 16:17:42 +00:00
Fix link to documentation about shell (#105)
* Fix link to documentation about `shell` * Actualize documentation links
This commit is contained in:
@@ -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`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user