mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
ci: use bot as commit author
This commit is contained in:
parent
4a558cfe74
commit
682cfe7e66
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue