1
0
Fork 0

Add debug info

pull/46/head
Danny McCormick 2019-08-09 13:55:59 -04:00 committed by GitHub
parent 534e4012a4
commit 4c46ecfd35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ catch (err) {
#### Logging
Finally, this library provides some utilities for logging:
Finally, this library provides some utilities for logging. Note that debug logging is hidden from the logs by default. This behavior can be toggled by [setting a secret](https://developer.github.com/actions/managing-workflows/storing-secrets/): `ACTIONS_STEPS_DEBUG = true`.:
```
const core = require('@actions/core');