Skip to content

Commit

Permalink
debug print GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
chuhlomin committed Oct 22, 2022
1 parent 9056e57 commit f43021b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Expand Up @@ -66,6 +66,8 @@ func run() error {
return fmt.Errorf("failed to set GITHUB_OUTPUT: %v", err)
}

fmt.Printf("::debug::%s", os.Getenv("GITHUB_OUTPUT"))

if len(c.ResultPath) != 0 {
err := ioutil.WriteFile(c.ResultPath, []byte(output), 0644)
if err != nil {
Expand Down

0 comments on commit f43021b

Please sign in to comment.