Skip to content

Commit 1965fc1

Browse files
committed
fix: yaml-lint compatible workflow_dispatch in autoupdate workflow
1 parent 92d06a3 commit 1965fc1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Update pre-commit hooks'
33
on:
44
schedule:
55
- cron: '0 8 * * 1'
6-
workflow_dispatch:
6+
workflow_dispatch: {}
77

88
permissions:
99
contents: 'write'
@@ -34,4 +34,3 @@ jobs:
3434
title: 'chore: update pre-commit hooks'
3535
body: 'Automatic pre-commit hook version update.'
3636
branch: 'chore/pre-commit-autoupdate'
37-

0 commit comments

Comments
 (0)