Skip to content

Commit a9e329b

Browse files
authored
Change repository_dispatch type to fmt-command
1 parent 0d86522 commit a9e329b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Format PR with cargo fmt
22

33
on:
44
repository_dispatch:
5-
types: [fmt]
5+
types: [fmt-command]
66

77
# Needs write to push a commit
88
permissions:

0 commit comments

Comments
 (0)