Skip to content

Commit

Permalink
fix tape auto commit and remove wrong files
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Oct 15, 2023
1 parent 9eca2c3 commit b794bc7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/tape-auto-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [ main ]
paths:
- 'examples/**'
- 'examples/**.tape'
jobs:
vhs:
runs-on: ubuntu-20.04
Expand All @@ -14,14 +14,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: charmbracelet/vhs-action@v1
name: 'install vhs'
with:
path: 'examples/getting_started.tape'
- uses: charmbracelet/vhs-action@v1
with:
path: 'examples/custom_prompts.tape'
path: ''
- name: 'build tape files'
run: |
cd examples
vhs getting_started.tape
vhs custom_prompts.tape
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: Update generated VHS GIF
commit_user_name: vhs-action 📼
Expand Down
Binary file removed custom_prompts.gif
Binary file not shown.
Binary file removed custom_prompts.webm
Binary file not shown.
Binary file removed getting_started.gif
Binary file not shown.
Binary file removed getting_started.webm
Binary file not shown.

0 comments on commit b794bc7

Please sign in to comment.