Skip to content

Commit f68e0d2

Browse files
authored
Typo fix in Action workflow command article (#12040)
1 parent 95659bc commit f68e0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/learn-github-actions/workflow-commands-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256

257257
Enables or disables echoing of workflow commands. For example, if you use the `set-output` command in a workflow, it sets an output parameter but the workflow run's log does not show the command itself. If you enable command echoing, then the log shows the command, such as `::set-output name={name}::{value}`.
258258

259-
Command echoing is disabled by default. However, a workflow command is echoed if there are any error occurs processing the command.
259+
Command echoing is disabled by default. However, a workflow command is echoed if there are any errors processing the command.
260260

261261
The `add-mask`, `debug`, `warning`, and `error` commands do not support echoing because their outputs are already echoed to the log.
262262

0 commit comments

Comments
 (0)