Working github actions

This commit is contained in:
Shubham Agrawal
2021-09-27 10:48:58 +05:30
commit 8123ab7679
13 changed files with 627 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module github.com/drone-plugins/drone-github-actions
go 1.16
require (
github.com/joho/godotenv v1.3.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli v1.22.5
gopkg.in/yaml.v2 v2.2.2
)