We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1171cf5 commit 4524cbdCopy full SHA for 4524cbd
1 file changed
.github/workflows/vhs.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout
20
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21
+ with:
22
+ ref: ${{ github.ref }}
23
24
- name: Setup
25
uses: ./.github/actions/setup
@@ -47,5 +49,8 @@ jobs:
47
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
50
with:
51
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>
55
# https://github.com/charmbracelet/vhs#output
56
file_pattern: 'docs/assets/*.gif'
0 commit comments