You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actions/stack/get-usns/entrypoint/main.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,6 @@ func main() {
151
151
output= []byte(`[]`)
152
152
}
153
153
154
-
fmt.Println("Output: ", string(output))
155
154
outputFileName, ok:=os.LookupEnv("GITHUB_OUTPUT")
156
155
if!ok {
157
156
log.Fatal("GITHUB_OUTPUT is not set, see https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter")
0 commit comments