From d2e9585a5eed8a239b9f1c4c6c56884063abdd0b Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 11 Nov 2022 22:35:16 -0500 Subject: [PATCH] Set git information --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 05d819c..833dd1c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,6 +15,9 @@ pipeline: publish: image: git.shrug.pw/neil/containers/woodpecker-ci:latest + environment: + - GIT_AUTHOR_NAME="Woody the Woodpecker" + - GIT_AUTHOR_EMAIL=ci@shrug.pw commands: - bash deploy.sh