mirror of https://github.com/actions/toolkit
Add debug info
parent
534e4012a4
commit
4c46ecfd35
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue