update vhs #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: vhs | |
on: | |
push: | |
paths: | |
- '*.tape' | |
jobs: | |
vhs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: charmbracelet/vhs-action@v1 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
- uses: stefanzweifel/git-auto-commit-action@v4 | |
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 *.mp4 *.webm' |