mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 16:01:06 +08:00
Add debug info
This commit is contained in:
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…
x
Reference in New Issue
Block a user