We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d86522 commit a9e329bCopy full SHA for a9e329b
1 file changed
.github/workflows/fmt.yml
@@ -2,7 +2,7 @@ name: Format PR with cargo fmt
2
3
on:
4
repository_dispatch:
5
- types: [fmt]
+ types: [fmt-command]
6
7
# Needs write to push a commit
8
permissions:
0 commit comments