Update action

This commit is contained in:
2025-11-24 01:49:54 +03:00
parent c7a295f392
commit 66c1922bad

View File

@@ -7,6 +7,8 @@ import (
) )
func main() { func main() {
fmt.Println("Read env from gitea file")
for _, v := range os.Environ() { for _, v := range os.Environ() {
fmt.Println(v) fmt.Println(v)
} }