From f0e8549fe14d4e95aedcc98a63acce5a4ad1145b Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Sat, 7 Aug 2021 16:21:32 -0400 Subject: [PATCH] fix(docs) commit to meta repo as lvgl-bot instead of actual commit author --- .github/workflows/compile_docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/compile_docs.yml b/.github/workflows/compile_docs.yml index 763192917..146f1fd31 100644 --- a/.github/workflows/compile_docs.yml +++ b/.github/workflows/compile_docs.yml @@ -71,6 +71,8 @@ jobs: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: out_html # The folder the action should deploy. TARGET_FOLDER: ${{ steps.version.outputs.VERSION_NAME }} + GIT_CONFIG_NAME: lvgl-bot + GIT_CONFIG_EMAIL: lvgl-bot@users.noreply.github.com PRESERVE: true SINGLE_COMMIT: true - name: Deploy to master @@ -83,5 +85,7 @@ jobs: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: out_html # The folder the action should deploy. TARGET_FOLDER: master + GIT_CONFIG_NAME: lvgl-bot + GIT_CONFIG_EMAIL: lvgl-bot@users.noreply.github.com PRESERVE: true SINGLE_COMMIT: true