summaryrefslogtreecommitdiff
path: root/.github/workflows/vhs.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/vhs.yml')
-rw-r--r--.github/workflows/vhs.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml
deleted file mode 100644
index 41d2b79..0000000
--- a/.github/workflows/vhs.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: vhs
-on:
- push:
- branches: [master]
- pull_request:
- branches: [master]
-permissions:
- contents: write
-jobs:
- vhs:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - uses: charmbracelet/vhs-action@v1
- with:
- path: 'assets/demo.tape'
- - 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: actions@github.com
- commit_author: vhs-action 📼 <actions@github.com>
- file_pattern: '*.gif'