fix casing in Dockerfile, add debug log
All checks were successful
Gosec Check / Gosec Check (push) Successful in 1m25s
All checks were successful
Gosec Check / Gosec Check (push) Successful in 1m25s
This commit is contained in:
parent
219f0c3119
commit
62f008e73c
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.22-alpine3.20 as builder
|
FROM golang:1.22-alpine3.20 AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
@ -181,6 +181,8 @@ var rootCmd = &cobra.Command{
|
||||||
|
|
||||||
repoOwner, repoName := actionCtx.Repo()
|
repoOwner, repoName := actionCtx.Repo()
|
||||||
|
|
||||||
|
fmt.Println("hi")
|
||||||
|
|
||||||
if _, _, err := forgeClient.CreateIssue(repoOwner, repoName, forgejo.CreateIssueOption{
|
if _, _, err := forgeClient.CreateIssue(repoOwner, repoName, forgejo.CreateIssueOption{
|
||||||
Title: "testing",
|
Title: "testing",
|
||||||
Body: markdownOutput.String(),
|
Body: markdownOutput.String(),
|
||||||
|
|
Loading…
Reference in a new issue