mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Merge branch 'master' of https://github.com/garronej/ts_ci
This commit is contained in:
commit
d255579bf2
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
|
@ -132,10 +132,12 @@ const str = fs.readFileSync(
|
|||
).toString("utf8");
|
||||
```
|
||||
|
||||
# Re-triggering the CI tests
|
||||
# Video demo
|
||||
|
||||
[](https://youtu.be/Q5t-yP2PvPA)
|
||||
|
||||
# Example of auto generated readme:
|
||||
|
||||

|
||||
|
||||
|
||||
To manually re-trigger the workflows run on the last commit run the following commands:
|
||||
```bash
|
||||
git commit -m "Retrigger CI" --allow-empty
|
||||
git push -f
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue