From 682cfe7e669a2d697c99b94c10ce1e29026b6bc1 Mon Sep 17 00:00:00 2001 From: Zenithal Date: Thu, 29 Jun 2023 04:21:02 +0000 Subject: [PATCH] ci: use bot as commit author --- .github/workflows/transpile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/transpile.yml b/.github/workflows/transpile.yml index 69dabcf..5b236d1 100644 --- a/.github/workflows/transpile.yml +++ b/.github/workflows/transpile.yml @@ -23,6 +23,8 @@ jobs: node-version: '16' - name: Transpile run: | + git config user.name "TUNA Bot" + git config user.email "bot@tuna.moe" export MIRRORZ_HELP_HOME=${PWD}/mirrorz-help export MIRROR_WEB_HOME=${PWD} bash ${MIRRORZ_HELP_HOME}/custom/tuna/transpile.sh