Skip to content

Commit

Permalink
CI: deeper
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Miller committed Feb 22, 2024
1 parent 6366c53 commit 95c502a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
env:
TERM: xterm-256color
with:
working-directory: "examples/$EXAMPLE_NAME"
working-directory: "examples/deeper"
path: "demo.tape"
- uses: stefanzweifel/git-auto-commit-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
working-directory: "examples/$EXAMPLE_NAME"
commit_message: Generated `$EXAMPLE_NAME` demo VHS GIF
working-directory: "examples/deeper"
commit_message: Generated deeper demo VHS GIF
branch: main
commit_user_name: vhs-action 📼
commit_user_email: [email protected]
Expand Down
1 change: 0 additions & 1 deletion examples/deeper/demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ Sleep 2s
Enter
Sleep 4s


0 comments on commit 95c502a

Please sign in to comment.