mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-16 19:18:05 +08:00
Add debug info
This commit is contained in:
@@ -60,7 +60,7 @@ catch (err) {
|
|||||||
|
|
||||||
#### Logging
|
#### 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');
|
const core = require('@actions/core');
|
||||||
|
|||||||
Reference in New Issue
Block a user