Add Action Debugging information (#46)

* Add Action Debugging information

* Small verbiage updates

* Update README.md

* minor grammar updates
This commit is contained in:
Thomas Boop
2019-08-12 17:00:55 -04:00
committed by GitHub
parent 938549d01a
commit eae6c87114
2 changed files with 27 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ catch (err) {
#### 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`.:
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 enabling the [Step Debug Logs](../../docs/action-debugging.md#step-debug-logs).
```
const core = require('@actions/core');