Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: vhs
on:
push:
paths:
- vhs.tape
- .github/workflows/vhs.yml
permissions:
contents: write
jobs:
vhs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "stable"
- name: Build
run: |
sudo go build -o /usr/local/bin/TEMPLATE main.go
- uses: charmbracelet/vhs-action@v2
with:
path: 'vhs.tape'
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: Update generated VHS GIF
branch: main
commit_user_name: vhs-action 📼
commit_user_email: [email protected]
commit_author: vhs-action 📼 <[email protected]>
file_pattern: '*.gif'