Skip to content

Commit

Permalink
More doc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-invision committed Jan 4, 2021
1 parent 88ed427 commit 850bd83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,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 `pwsh`. See [here](https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell) for shell options
required: false
default: pwsh
**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)

### `polling_interval_seconds`

Expand Down

0 comments on commit 850bd83

Please sign in to comment.