fix casing in Dockerfile, add debug log
All checks were successful
Gosec Check / Gosec Check (push) Successful in 1m25s

This commit is contained in:
Shane C 2024-09-06 15:19:32 -04:00
parent 219f0c3119
commit 62f008e73c
Signed by: shanec
GPG key ID: E46B5FEA35B22FF9
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.20 as builder
FROM golang:1.22-alpine3.20 AS builder
WORKDIR /app
COPY . .

View file

@ -181,6 +181,8 @@ var rootCmd = &cobra.Command{
repoOwner, repoName := actionCtx.Repo()
fmt.Println("hi")
if _, _, err := forgeClient.CreateIssue(repoOwner, repoName, forgejo.CreateIssueOption{
Title: "testing",
Body: markdownOutput.String(),