From b29a89010c10d6324b39c7fa2a1195983f7a3d8a Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Thu, 27 Oct 2022 15:00:17 -0300 Subject: [PATCH] Revert "fix: workflow" This reverts commit 49a5d52c05c4002b67f4491680b77696f0e8fbe0. --- .github/workflows/vhs.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/vhs.yml diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml deleted file mode 100644 index 4f50843..0000000 --- a/.github/workflows/vhs.yml +++ /dev/null @@ -1,24 +0,0 @@ -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'