From 3f9cd07b4ab9b985bb8d45ed5819d0cf6ca77ed3 Mon Sep 17 00:00:00 2001 From: jisungbin Date: Wed, 9 Nov 2022 20:00:41 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20committer=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index cf2f8772c..6a6a6b092 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -69,6 +69,8 @@ jobs: source-directory: assets/badge/quackquack destination-github-username: duckie-team destination-repository-name: duckie-test + user-email: sungbinland.project@gmail.com + user-name: sungbinland-bot target-directory: badge/quackquack - name: Push test coverage reports @@ -79,4 +81,6 @@ jobs: source-directory: report/test-coverage/html destination-github-username: duckie-team destination-repository-name: duckie-test - target-directory: report/quackquack \ No newline at end of file + user-email: sungbinland.project@gmail.com + user-name: sungbinland-bot + target-directory: report/quackquack