1
0
Fork 0

bump core for release and docs (#189)

pull/190/head
Bryan MacFarlane 2019-10-18 15:35:13 -04:00 committed by GitHub
parent 565d0bbe18
commit a65441cf46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

View File

@ -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:

View File

@ -1,5 +1,9 @@
# @actions/core Releases
### 1.2.0
- saveState and getState functions for wrapper tasks (on finally entry points that run post job)
### 1.1.3
- setSecret added to register a secret with the runner to be masked from the logs

View File

@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.1.3",
"version": "1.2.0",
"description": "Actions core lib",
"keywords": [
"github",