Skip to content

Commit

Permalink
Adds tapes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro De Maria committed Sep 1, 2024
1 parent 3a63b54 commit 5b00160
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Generate gifs from VHS tapes
on:
pull_request:
paths:
Expand All @@ -22,7 +23,7 @@ jobs:
id: vhs-files
uses: hellofresh/action-changed-files@v3
with:
pattern: docs/tapes/(?P<tape>.+)\.tape
pattern: (?P<path>docs/tapes/(?P<tape>.+)\.tape)

vhs:
needs: [ generate-matrix ]
Expand All @@ -34,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
- uses: charmbracelet/vhs-action@v1
with:
path: ${{ matrix.tape }}
path: ${{ matrix.path }}
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/tapes/kapitan-init.tape
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Type "kapitan init --directory $HOME/kapitan-templates"
Enter
Sleep 2.5s
Enter
Sleep 7s
Sleep 6s

0 comments on commit 5b00160

Please sign in to comment.