chore: show type of labelsEnvg

This commit is contained in:
Mandresy RABENJAHARISON 2025-09-29 15:02:24 +03:00
parent 444487b324
commit 06f6737f96

View File

@ -7,6 +7,7 @@ import (
"log"
"os"
"os/exec"
"reflect"
"strconv"
"strings"
@ -30,6 +31,7 @@ func main() {
issueTitle := os.Getenv("ISSUE_TITLE")
labelsEnv := os.Getenv("ISSUE_LABELS")
logger.Printf("ISSUE_TITLE: %s\n", reflect.TypeOf(labelsEnv))
issueNumberString := os.Getenv("ISSUE_NUMBER")
giteaToken := os.Getenv("GITEA_TOKEN")