Skip to content

Commit

Permalink
maybe this is a caching thing?
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff committed Oct 15, 2023
1 parent 06bab56 commit 901074e
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: vhs
name: vhs auto commit

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ on:
jobs:

vhs:
name: vhs
name: vhs auto commit
runs-on: ubuntu-20.04
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
Expand All @@ -20,8 +20,16 @@ jobs:

- name: install vhs
uses: charmbracelet/vhs-action@v1
with:
path: ''

# - name: build getting started
# uses: charmbracelet/vhs-action@v1
# with:
# path: 'examples/getting_started.tape'

# - name: build custom prompts
# uses: charmbracelet/vhs-action@v1
# with:
# path: 'examples/custom_prompts.tape'

- name: build tape files
run: |
Expand Down

0 comments on commit 901074e

Please sign in to comment.