mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-14 22:36:58 +01:00
README: explain where to find the logs in local debug mode
This commit is contained in:
parent
0ed38df165
commit
ff13323a95
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
@ -220,18 +220,21 @@ For instance:
|
|||
* `./cascading-pr.sh --debug --origin-url ... upsert_branch` will only call the `upsert_branch`
|
||||
function found in `cascading-pr.sh`.
|
||||
|
||||
## directories
|
||||
|
||||
The `tests/run.sh` script stores all its files in
|
||||
`/tmp/cascading-pr-test`. The temporary directories created by
|
||||
`cascading-pr.sh` are disposed of when the script ends.
|
||||
|
||||
## logging
|
||||
|
||||
If `--debug` is used a full debug log is displayed, very complete and
|
||||
very verbose. Otherwise it is stashed in a temporary file and only
|
||||
displayed if an error happens.
|
||||
|
||||
If all goes well, the runner logs are not displayed even with `--debug`. They
|
||||
can be looked at in the web UI.
|
||||
|
||||
## directories
|
||||
|
||||
The `tests/run.sh` script stores all its files in
|
||||
`/tmp/cascading-pr-test`. The temporary directories created by
|
||||
`cascading-pr.sh` are disposed of when the script ends.
|
||||
|
||||
## snippets for copy/pasting
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Reference in a new issue