Skip to content

Commit

Permalink
path fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Miller committed Feb 22, 2024
1 parent e72dc4c commit e955fae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@ name: vhs
on:
push:
paths:
- /examples/simple/demo.tape
- /examples/deeper/demo.tape
- '**.tape'
jobs:
vhs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: charmbracelet/vhs-action@v1
with:
path: 'demo.tape'
path: '**/*.tape'
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e955fae

Please sign in to comment.