mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-30 19:08:05 +08:00
bump core for release and docs (#189)
This commit is contained in:
@@ -100,6 +100,14 @@ function startGroup(name: string): void {}
|
||||
function endGroup(): void {}
|
||||
```
|
||||
|
||||
### Save State
|
||||
|
||||
Save state to be used in the corresponding wrapper (finally) post job entry point.
|
||||
|
||||
```bash
|
||||
echo ::save-state name=FOO::foovalue
|
||||
```
|
||||
|
||||
### Log Level
|
||||
|
||||
Finally, there are several commands to emit different levels of log output:
|
||||
|
||||
Reference in New Issue
Block a user