Skip to content

docs: updated demo gif #3

docs: updated demo gif

docs: updated demo gif #3

Workflow file for this run

name: vhs
on:
push:
paths:
- assets/demo.tape
jobs:
vhs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: charmbracelet/vhs-action@v1
with:
path: "assets/demo.tape"
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "docs: updated gif"
branch: main
commit_user_name: vhs-action πŸ“Ό
commit_user_email: [email protected]
commit_author: vhs-action πŸ“Ό <[email protected]>
file_pattern: "assets/*.gif"