We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76dc258 commit 1c3af2bCopy full SHA for 1c3af2b
1 file changed
.github/workflows/vhs.yml
@@ -17,7 +17,12 @@ jobs:
17
pip install .
18
19
- uses: charmbracelet/vhs-action@v1
20
- - run: vhs .github/tape_collection/**.tape
+ with:
21
+ path: ".github/tape_collection/cli_help.tape"
22
+
23
+ - uses: charmbracelet/vhs-action@v1
24
25
+ path: ".github/tape_collection/cli_config.tape"
26
27
- uses: stefanzweifel/git-auto-commit-action@v5
28
env:
0 commit comments