Update examples

This commit is contained in:
Peter Evans 2019-11-11 22:49:11 +09:00
parent 179aca65d7
commit 956a240181
1 changed files with 32 additions and 30 deletions

View File

@ -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