Skip to content

Update Demo GIF with VHS #8

Update Demo GIF with VHS

Update Demo GIF with VHS #8

Workflow file for this run

name: vhs
on:
pull_request:
paths:
- '*.tape'
jobs:
vhs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
# Speed up builds for demo, but pre-building
- name: "make all"
run: make all
- uses: charmbracelet/vhs-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: demo.tape
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: "chore: update demo gif"
commit_user_name: vhs-action πŸ“Ό
commit_user_email: [email protected]
commit_author: vhs-action πŸ“Ό <[email protected]>
file_pattern: '*.gif *.mp4 *.webm'