Add debug info

This commit is contained in:
Danny McCormick
2019-08-09 13:55:59 -04:00
committed by GitHub
parent 534e4012a4
commit 4c46ecfd35

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');