Update examples
This commit is contained in:
parent
179aca65d7
commit
956a240181
|
@ -336,9 +336,11 @@ Alternatively, [`set-env`](https://help.github.com/en/github/automating-your-wor
|
||||||
|
|
||||||
### Debugging GitHub Actions
|
### 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
|
```yml
|
||||||
- name: Dump event JSON
|
- name: Dump event JSON
|
||||||
|
|
Loading…
Reference in New Issue