Commit 1166caa 1 parent 22e591b commit 1166caa Copy full SHA for 1166caa
File tree 4 files changed +35
-3
lines changed
4 files changed +35
-3
lines changed Original file line number Diff line number Diff line change
1
+ name : vhs
2
+ on :
3
+ push :
4
+ paths :
5
+ - assets/demo.tape
6
+
7
+ jobs :
8
+ vhs :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@v3
12
+ - uses : charmbracelet/vhs-action@v1
13
+ with :
14
+ path : " assets/demo.tape"
15
+ - uses : stefanzweifel/git-auto-commit-action@v4
16
+ env :
17
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18
+ with :
19
+ commit_message : " docs: updated gif"
20
+ branch : main
21
+ commit_user_name : vhs-action 📼
22
+ commit_user_email : actions@github.com
23
+ commit_author : vhs-action 📼 <actions@github.com>
24
+ file_pattern : " assets/*.gif"
Original file line number Diff line number Diff line change 1
- dist /
1
+ dist /
2
+ assets /* .gif
Original file line number Diff line number Diff line change 1
- Output demo.gif
1
+ Output assets/demo.gif
2
+ Require gh
3
+ Require ghs
2
4
3
5
Set FontSize 46
4
6
Set Width 2800
5
- Set Height 1200
7
+ Set Height 1000
8
+ Set WindowBar Rings
9
+
10
+ Set Margin 20
11
+ Set MarginFill "#6B50FF"
12
+ Set BorderRadius 10
6
13
7
14
Type "gh gist list --filter test.sh"
8
15
Sleep 700ms
You can’t perform that action at this time.
0 commit comments