From d48d190b59053797d2f72ccb7a456f2a23976f81 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Tue, 9 Jul 2024 00:14:30 -0700 Subject: [PATCH] Pass username and email to git commit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 45f6242..1980223 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,5 +59,5 @@ steps: - cat charts/edh-elo/values.yaml - yq -i '.image.tag = "${DRONE_COMMIT_SHA:0:10}"' charts/edh-elo/values.yaml - git add -A - # - git commit -m "Update EDH ELO commit to "${DRONE_COMMIT_SHA:0:10}" - # - git push \ No newline at end of file + - git -c user.name="Imagebot" -c user.email="fake@scubbo.org" commit -m "Update EDH ELO commit to "${DRONE_COMMIT_SHA:0:10}" + - git push \ No newline at end of file