From bc7255fc710d622c385e0628b719262384829a5b Mon Sep 17 00:00:00 2001 From: valery1707 Date: Wed, 19 Oct 2022 12:17:35 +0300 Subject: [PATCH] Fix link to documentation about `shell` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5539f45..90575c1 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Retries an Action step on failure or timeout. This is currently intended to repl ### `shell` -**Optional** Shell to use to execute `command`. Defaults to `powershell` on Windows, `bash` otherwise. Supports bash, python, pwsh, sh, cmd, and powershell per [docs](https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell) +**Optional** Shell to use to execute `command`. Defaults to `powershell` on Windows, `bash` otherwise. Supports bash, python, pwsh, sh, cmd, and powershell per [docs](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell) ### `polling_interval_seconds`