This commit is contained in:
parent
8ff3cc5034
commit
f9c27b01a8
3 changed files with 6 additions and 20 deletions
7
main.go
7
main.go
|
|
@ -40,12 +40,7 @@ type templateData struct {
|
|||
|
||||
func main() {
|
||||
data := templateData{}
|
||||
u, err := uuid.NewUUID()
|
||||
if err != nil {
|
||||
githubactions.Fatalf("Error generating UUID: %v", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
data.CardID = u.String()
|
||||
data.CardID = uuid.NewString()
|
||||
data.Add = ""
|
||||
|
||||
author := githubactions.GetInput("author")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue