From 49a5d52c05c4002b67f4491680b77696f0e8fbe0 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Thu, 27 Oct 2022 14:45:06 -0300 Subject: [PATCH] fix: workflow --- .github/workflows/vhs.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/vhs.yml diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml new file mode 100644 index 0000000..4f50843 --- /dev/null +++ b/.github/workflows/vhs.yml @@ -0,0 +1,24 @@ +name: vhs +on: + workflow_dispatch: + push: + paths: + - goreleaser.tape +jobs: + vhs: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: charmbracelet/vhs-action@main + with: + path: 'goreleaser.tape' + - uses: stefanzweifel/git-auto-commit-action@v4 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + commit_message: Update generated VHS GIF + branch: main + commit_user_name: vhs-action 📼 + commit_user_email: actions@github.com + commit_author: vhs-action 📼 + file_pattern: '*.gif'