mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
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
|
### 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…
Add table
Add a link
Reference in a new issue