Demo Animation #479
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: Demo Animation | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
schedule: | |
- cron: "0 0 * * *" | |
jobs: | |
vhs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: charmbracelet/vhs-action@v2 | |
with: | |
path: ".github/demo.tape" | |
- uses: stefanzweifel/git-auto-commit-action@v4 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
commit_message: updated demo animation | |
branch: main | |
commit_user_name: GitHub Actions | |
commit_user_email: actions@github.com | |
commit_author: GitHub Actions <actions@github.com> | |
file_pattern: "*.gif" |