Skip to content

Commit

Permalink
CI: job working dir via env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Miller committed Feb 22, 2024
1 parent 868694c commit 31ea470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
jobs:
vhs:
runs-on: ubuntu-latest
env:
working-directory: ./examples/deeper
steps:
- uses: actions/checkout@v3

Expand All @@ -22,9 +24,6 @@ jobs:
with:
go-version: 1.21.6

- name: CWD to examples/deeper
run: cd ./examples/deeper

- name: Create demo GIF
uses: charmbracelet/vhs-action@v2
env:
Expand Down
1 change: 0 additions & 1 deletion examples/deeper/demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ Enter
Sleep 2s
Enter
Sleep 4s

0 comments on commit 31ea470

Please sign in to comment.