mirror of
https://github.com/thegeeklab/wp-gitea-release.git
synced 2024-11-24 13:00:40 +00:00
commit
a871482c4a
2
main.go
2
main.go
@ -104,7 +104,7 @@ func run(c *cli.Context) error {
|
|||||||
Event: c.String("build.event"),
|
Event: c.String("build.event"),
|
||||||
},
|
},
|
||||||
Commit: Commit{
|
Commit: Commit{
|
||||||
Ref: c.String("commit.sha"),
|
Ref: c.String("commit.ref"),
|
||||||
},
|
},
|
||||||
Config: Config{
|
Config: Config{
|
||||||
APIKey: c.String("api-key"),
|
APIKey: c.String("api-key"),
|
||||||
|
Loading…
Reference in New Issue
Block a user