-
Notifications
You must be signed in to change notification settings - Fork 1
49 lines (49 loc) · 1.44 KB
/
vhs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name: vhs
on:
push:
paths:
- .github/bean.tape
tags:
- "*"
workflow_dispatch:
jobs:
vhs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: FrangipaneTeam/provider-flexibleengine
path: fe
- uses: actions/setup-go@v4
with:
go-version: 'stable'
- run: "go install github.com/FrangipaneTeam/bean@latest"
- uses: charmbracelet/vhs-action@v2
with:
path: '.github/bean.tape'
install-fonts: true
# - name: Create Pull Request
# uses: peter-evans/create-pull-request@v4
# with:
# add-paths: |
# docs/bean.gif
# commit-message: "docs: update bean gif"
# branch: update_bean_gif
# delete-branch: true
# title: "docs: update bean gif"
# labels: documentation, github_actions
# assignees: eremid
# reviewers: eremid
# draft: false
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "chore: update generated vhs gif"
branch: update_bean_gif
create_branch: true
commit_user_name: vhs-action 📼
commit_user_email: [email protected]
commit_author: vhs-action 📼 <[email protected]>
file_pattern: '*.gif'