Skip to content

Commit

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

defaults:
run:
working-directory: examples/deeper

jobs:
vhs:
runs-on: ubuntu-latest
Expand All @@ -19,13 +24,11 @@ jobs:
env:
TERM: xterm-256color
with:
working-directory: "examples/deeper"
path: "demo.tape"
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
working-directory: "examples/deeper"
commit_message: Generated deeper demo VHS GIF
branch: main
commit_user_name: vhs-action 📼
Expand Down
1 change: 1 addition & 0 deletions examples/deeper/demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ Sleep 2s
Enter
Sleep 4s


0 comments on commit 540c903

Please sign in to comment.