Skip to content

CI: workflow name

CI: workflow name #6

Workflow file for this run

name: vhs
permissions:
contents: write
on:
push:
paths:
- "**.tape"
jobs:
vhs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: charmbracelet/vhs-action@v1
env:
TERM: xterm-256color
with:
working-directory: "./examples/deeper/"
path: "demo.tape"
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
working-directory: "./examples/deeper/"
commit_message: Generated `deeper` demo VHS GIF
branch: main
commit_user_name: vhs-action 📼
commit_user_email: [email protected]
commit_author: vhs-action 📼 <[email protected]>
file_pattern: "*.gif"