Skip to content

Commit

Permalink
Update command docs to specify a new line is needed (actions#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
thboop authored Oct 1, 2019
1 parent 47ccfea commit 05b1b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The [core toolkit package](https://github.com/actions/toolkit/tree/master/packag
setting results, logging, registering secrets and exporting variables across actions. Sometimes, however, its useful to be able to do
these things in a script or other tool.

To allow this, we provide a special `::` syntax which, if logged to `stdout`, will allow the runner to perform special behavior on
To allow this, we provide a special `::` syntax which, if logged to `stdout` on a new line, will allow the runner to perform special behavior on
your commands. The following commands are all supported:

### Set an environment variable
Expand Down Expand Up @@ -107,4 +107,4 @@ Finally, there are several commands to emit different levels of log output:
|---|---|
| [debug](https://github.com/actions/toolkit/blob/master/docs/action-debugging.md) | `echo ::debug::My debug message` |
| warning | `echo ::warning::My warning message` |
| error | `echo ::error::My error message` |
| error | `echo ::error::My error message` |

0 comments on commit 05b1b08

Please sign in to comment.