Skip to content

Commit b9120fb

Browse files
authored
Merge pull request #22853 from github/repo-sync
repo sync
2 parents b22bc57 + f68e0d2 commit b9120fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)