mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 23:12:55 +08:00
Update command docs to specify a new line is needed (#171)
This commit is contained in:
parent
47ccfea021
commit
05b1b08f77
@ -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
|
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.
|
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:
|
your commands. The following commands are all supported:
|
||||||
|
|
||||||
### Set an environment variable
|
### Set an environment variable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user