Skip to content

Commit

Permalink
feat: trigger initial Open Source release
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Jan 28, 2022
1 parent 65bb0d5 commit 887240b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ import (

func main() {
comment := flag.String("comment", "", "A PR Comment")
ghToken := flag.String("token", "", "A github token")
repo := flag.String(
"repo",
"",
"A github repository. In the format einride/<repository>. If empty the local git repo will be used",
)
ghToken := flag.String("token", "", "A GitHub token")
repo := flag.String("repo", "", "A GitHub repository on the format <org>/<repo>, or the local git repo if empty")
pr := flag.Int("pr", 0, "A Pull Request number")
signKey := flag.String("signkey", "", "A key used to create the signature")

Expand Down

0 comments on commit 887240b

Please sign in to comment.