Skip to content

Commit

Permalink
CI: try cwd again :/
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Miller committed Feb 22, 2024
1 parent c3f8b68 commit 89bca91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
paths:
- "**/*.tape"

defaults:
run:
working-directory: ./examples/deeper

jobs:
vhs:
runs-on: ubuntu-latest
Expand All @@ -24,7 +28,7 @@ jobs:
env:
TERM: xterm-256color
with:
path: "./examples/deeper/demo.tape"
path: "./demo.tape"
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions examples/deeper/demo.tape
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Output ./examples/deeper/demo.gif

Output demo.gif
Require echo
Set FontSize 28
Set Width 1800
Expand Down Expand Up @@ -39,3 +38,4 @@ Enter
Sleep 2s
Enter
Sleep 4s

0 comments on commit 89bca91

Please sign in to comment.