diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-24 03:14:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-24 03:14:43 -0500 |
commit | 0f4d054ad97125605f28222af56548a41706ee40 (patch) | |
tree | b9d46f416af7884070a21ea06542eb5a3e4053b5 /.github | |
parent | 5f2632e174ed33227f2081c16aaab80448f74960 (diff) |
Update vhs.yml (#2)
* Update vhs.yml
* Rename vhs.tape to assets/vhs.tape
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/vhs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index 5a31fa5..27d635d 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -24,7 +24,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - path: vhs.tape + path: ./assets/vhs.tape - uses: stefanzweifel/git-auto-commit-action@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |