mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update README.md
This commit is contained in:
parent
3da058ab74
commit
d272a64238
1 changed files with 6 additions and 1 deletions
|
|
@ -130,6 +130,10 @@ const str = fs.readFileSync(
|
||||||
).toString("utf8");
|
).toString("utf8");
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Video demo
|
||||||
|
|
||||||
|
[](https://youtu.be/Q5t-yP2PvPA)
|
||||||
|
|
||||||
# Re-triggering the CI tests
|
# Re-triggering the CI tests
|
||||||
|
|
||||||
To manually re-trigger the workflows run on the last commit run the following commands:
|
To manually re-trigger the workflows run on the last commit run the following commands:
|
||||||
|
|
@ -137,3 +141,4 @@ To manually re-trigger the workflows run on the last commit run the following co
|
||||||
git commit -m "Retrigger CI" --allow-empty
|
git commit -m "Retrigger CI" --allow-empty
|
||||||
git push -f
|
git push -f
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue