File tree Expand file tree Collapse file tree 4 files changed +1000
-5
lines changed
Expand file tree Collapse file tree 4 files changed +1000
-5
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,13 @@ jobs:
3535 uses : actions/upload-artifact@v4
3636 with :
3737 name : demo-files
38- path : |
39- demo/demo.webm
40- demo/demo.gif
38+ path : demo/demo.webm
4139
4240 - name : Commit demo files
4341 if : ${{ inputs.commit == true || inputs.commit == 'true' }}
4442 run : |
4543 git config --local user.email "github-actions[bot]@users.noreply.github.com"
4644 git config --local user.name "github-actions[bot]"
47- git add demo/demo.webm demo/demo.gif
45+ git add demo/demo.webm
4846 git diff --staged --quiet || git commit -m "chore: regenerate demo video"
4947 git push
Original file line number Diff line number Diff line change 11# Source files (we publish compiled dist/)
22src /
33tests /
4+ demo /
5+ resources /
46
57# Config files
68.github /
Original file line number Diff line number Diff line change 4747</td >
4848<td width =" 50% " >
4949
50- <img src =" demo/demo.webm " alt = " TestingBot CLI Demo " >
50+ <video src =" https://github.com/testingbot/testingbotctl/raw/main/ demo/demo.webm" autoplay loop muted playsinline ></ video >
5151
5252</td >
5353</tr >
You can’t perform that action at this time.
0 commit comments