Added webhook support

This commit is contained in:
Shubham Agrawal
2021-10-18 00:02:56 +05:30
parent 45c5927f7f
commit 5fe9ccae32
6 changed files with 102 additions and 16 deletions

2
go.mod
View File

@@ -3,6 +3,8 @@ module github.com/drone-plugins/drone-github-actions
go 1.16
require (
github.com/buildkite/yaml v2.1.0+incompatible
github.com/ghodss/yaml v1.0.0
github.com/joho/godotenv v1.3.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1