From 9bd739e950b3a35dc4c533ce301cbbc05086526a Mon Sep 17 00:00:00 2001 From: myyrakle Date: Wed, 17 Jul 2024 01:54:43 +0900 Subject: [PATCH] =?UTF-8?q?[#125]=20=EC=BB=A4=EB=B2=84=EB=A6=AC=EC=A7=80?= =?UTF-8?q?=20=EC=9B=8C=ED=81=AC=ED=94=8C=EB=A1=9C=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/coverage.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3e48c9ba..55190354 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -68,8 +68,6 @@ jobs: - name: Commit working-directory: html_reports run: | - git config --global user.email "sssang97@naver.com" | - git config --global user.name "myyrakle" | git commit -m "Add report" - name: Push changes