Pass username and email to git commit

This commit is contained in:
Jack Jackson 2024-07-09 00:14:30 -07:00
parent c3e30db303
commit d48d190b59

View File

@ -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
- 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