From 4524cbdf76bf4ab6c15a4523cca4d338a83962de Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 22 Feb 2026 17:05:47 -0600 Subject: [PATCH] ci: Fix VHS workflow --- .github/workflows/vhs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index 882413e7..b84392d4 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + ref: ${{ github.ref }} - name: Setup uses: ./.github/actions/setup @@ -47,5 +49,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: commit_message: 'docs: Update `wxt init` GIF' + commit_user_name: github-actions[bot] + commit_user_email: github-actions[bot]@users.noreply.github.com + commit_author: github-actions[bot] # https://github.com/charmbracelet/vhs#output file_pattern: 'docs/assets/*.gif'