From 8a4f1a680a62fb090d7d8ef39ede7031b3eed456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ge=CF=85=D0=BCj=CF=85=20lee?= <97003348+GoldenPearls@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:00:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=B0=EA=B2=B0=20=EC=95=88=EB=90=98?= =?UTF-8?q?=EB=8A=94=20=EA=B1=B8=EA=B9=8C...=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Convert and Deploy DevelopLog to Jekyll.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Convert and Deploy DevelopLog to Jekyll.yml b/.github/workflows/Convert and Deploy DevelopLog to Jekyll.yml index c6d7f0e..fa7ace8 100644 --- a/.github/workflows/Convert and Deploy DevelopLog to Jekyll.yml +++ b/.github/workflows/Convert and Deploy DevelopLog to Jekyll.yml @@ -49,6 +49,7 @@ jobs: - name: Push changes run: | + git add . git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' git push https://${{ secrets.GH_PAT }}@github.com/GoldenPearls/velog.git # 자신의 깃허브명으로 바꿔야 함