Skip to content

Commit

Permalink
feature(main): fix webhook error (#10)
Browse files Browse the repository at this point in the history
* feature(main): fix webhook error

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* feature(main): fix webhook error

Signed-off-by: cuisongliu <cuisongliu@qq.com>

---------

Signed-off-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
cuisongliu committed May 1, 2023
1 parent 86215c4 commit 73be566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/gh-bot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: v1
debug: true
type: actions
type: action
bot:
prefix: /
spe: _
Expand Down
2 changes: 1 addition & 1 deletion pkg/types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const (

type Config struct {
Version string `json:"version"`
Type string `json:"type"`
Type Type `json:"type"`
Debug bool `json:"debug"`
Bot Bot `json:"bot"`
Repo Repo `json:"repo"`
Expand Down

0 comments on commit 73be566

Please sign in to comment.