Skip to content

Commit d61493f

Browse files
authored
Update workflow-syntax-for-github-actions.md (#1132)
1 parent a6f2e68 commit d61493f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/actions/reference/workflow-syntax-for-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ For built-in shell keywords, we provide the following defaults that are executed
659659

660660
- `cmd`
661661
- There doesn't seem to be a way to fully opt into fail-fast behavior other than writing your script to check each error code and respond accordingly. Because we can't actually provide that behavior by default, you need to write this behavior into your script.
662-
- `cmd.exe` will exit with the error level of the last program it executed, and it will and return the error code to the runner. This behavior is internally consistent with the previous `sh` and `pwsh` default behavior and is the `cmd.exe` default, so this behavior remains intact.
662+
- `cmd.exe` will exit with the error level of the last program it executed, and it will return the error code to the runner. This behavior is internally consistent with the previous `sh` and `pwsh` default behavior and is the `cmd.exe` default, so this behavior remains intact.
663663

664664
#### **`jobs.<job_id>.steps.with`**
665665

@@ -718,7 +718,7 @@ steps:
718718
entrypoint: /a/different/executable
719719
```
720720

721-
The `entrypoint` keyword is meant to use with Docker container actions, but you can also use it with JavaScript actions that don't define any inputs.
721+
The `entrypoint` keyword is meant to be used with Docker container actions, but you can also use it with JavaScript actions that don't define any inputs.
722722

723723
#### **`jobs.<job_id>.steps.env`**
724724

0 commit comments

Comments
 (0)