chore: show type of labelsEnvg
This commit is contained in:
parent
444487b324
commit
06f6737f96
2
main.go
2
main.go
@ -7,6 +7,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
|
"reflect"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
@ -30,6 +31,7 @@ func main() {
|
|||||||
|
|
||||||
issueTitle := os.Getenv("ISSUE_TITLE")
|
issueTitle := os.Getenv("ISSUE_TITLE")
|
||||||
labelsEnv := os.Getenv("ISSUE_LABELS")
|
labelsEnv := os.Getenv("ISSUE_LABELS")
|
||||||
|
logger.Printf("ISSUE_TITLE: %s\n", reflect.TypeOf(labelsEnv))
|
||||||
issueNumberString := os.Getenv("ISSUE_NUMBER")
|
issueNumberString := os.Getenv("ISSUE_NUMBER")
|
||||||
|
|
||||||
giteaToken := os.Getenv("GITEA_TOKEN")
|
giteaToken := os.Getenv("GITEA_TOKEN")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user