Skip to content

Commit 1c3af2b

Browse files
committed
Update vhs.yml
1 parent 76dc258 commit 1c3af2b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/vhs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ jobs:
1717
pip install .
1818
1919
- uses: charmbracelet/vhs-action@v1
20-
- run: vhs .github/tape_collection/**.tape
20+
with:
21+
path: ".github/tape_collection/cli_help.tape"
22+
23+
- uses: charmbracelet/vhs-action@v1
24+
with:
25+
path: ".github/tape_collection/cli_config.tape"
2126

2227
- uses: stefanzweifel/git-auto-commit-action@v5
2328
env:

0 commit comments

Comments
 (0)