Skip to content

Commit

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

defaults:
run:
working-directory: examples/deeper

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

Require echo
Set FontSize 28
Expand Down

0 comments on commit ae2efe2

Please sign in to comment.