Skip to content

Commit 08b39cb

Browse files
committed
debug: add marker at very start of main()
1 parent 3caa9b4 commit 08b39cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import (
1515
)
1616

1717
func main() {
18+
fmt.Println("ACTION_BINARY_VERSION: pypi-trusted-v3")
19+
fmt.Printf("INPUT_ACTION=%s\n", os.Getenv("INPUT_ACTION"))
20+
1821
if environment.IsDebugMode() {
1922
envs := os.Environ()
2023
slices.SortFunc(envs, func(i, j string) int {

0 commit comments

Comments
 (0)