Remove risky debug information

This commit is contained in:
Julien Fastré 2024-03-11 12:22:53 +01:00
parent c555e77ad0
commit d2f65d786a
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func main() {
token := githubactions.GetInput("token")
fmt.Printf("Api url is %v\n", ctx.ServerURL)
fmt.Printf("Debug: token begins with %v (4 first characters) and length is %d\n", token[0:4], len(token))
fmt.Printf("Debug: token length is %d characters\n", len(token))
config, err := ParseActionConfig(*ctx)
if err != nil {