Skip to content

Commit 4524cbd

Browse files
committed
ci: Fix VHS workflow
1 parent 1171cf5 commit 4524cbd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/vhs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
with:
22+
ref: ${{ github.ref }}
2123

2224
- name: Setup
2325
uses: ./.github/actions/setup
@@ -47,5 +49,8 @@ jobs:
4749
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4850
with:
4951
commit_message: 'docs: Update `wxt init` GIF'
52+
commit_user_name: github-actions[bot]
53+
commit_user_email: github-actions[bot]@users.noreply.github.com
54+
commit_author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
5055
# https://github.com/charmbracelet/vhs#output
5156
file_pattern: 'docs/assets/*.gif'

0 commit comments

Comments
 (0)