Update examples
This commit is contained in:
parent
179aca65d7
commit
956a240181
1 changed files with 32 additions and 30 deletions
|
@ -336,9 +336,11 @@ Alternatively, [`set-env`](https://help.github.com/en/github/automating-your-wor
|
|||
|
||||
### Debugging GitHub Actions
|
||||
|
||||
**Step Debug Logging** : To enable step debug logging set the secret `ACTIONS_STEP_DEBUG` to `true` in the repository that contains the workflow.
|
||||
#### Step Debug Logging
|
||||
|
||||
**Output Various Contexts**
|
||||
To enable step debug logging set the secret `ACTIONS_STEP_DEBUG` to `true` in the repository that contains the workflow.
|
||||
|
||||
#### Output Various Contexts
|
||||
|
||||
```yml
|
||||
- name: Dump event JSON
|
||||
|
|
Loading…
Reference in a new issue