mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Document how to debug actions
This commit is contained in:
parent
627533cbda
commit
258694fe43
1 changed files with 7 additions and 0 deletions
|
|
@ -63,6 +63,13 @@ Yes, just remove the `yarn.lock` file.
|
|||
## What will be included in the npm bundle?
|
||||
|
||||
All filles listed in [the files property of your package JSON](https://github.com/garronej/ts_ci/blob/974054f2b83f8170317f2b2fa60b5f78e9336c0b/package.json#L35-L41).
|
||||
|
||||
## How to debug the action
|
||||
|
||||
You can increase the verbosity by creating a new secret `ACTIONS_STEP_DEBUG` and setting it to true.
|
||||
|
||||

|
||||
|
||||
## How to put my own image in the ``README.md``
|
||||
|
||||
A good way to host your repo image is to open an issue named ASSET in your project, close it, create a comment, drag and drop the picture you want to use and that's it. You have a link that you can replace in the ``README.md``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue