Change authUser extraction.

This commit is contained in:
Thomas Bellembois
2022-10-20 15:55:15 +02:00
parent 0d58679c94
commit 8687df84be

View File

@@ -79,7 +79,7 @@ func main() {
if devel { if devel {
authUser = "thbellem" authUser = "thbellem"
} else { } else {
authUser = os.Getenv("CI_COMMIT_AUTHOR") authUser = os.Getenv("DRONE_REPO_OWNER")
} }
if len(authUser) == 0 { if len(authUser) == 0 {