From 61b042edc3d710fc71e370fad4e12f3e238c28a3 Mon Sep 17 00:00:00 2001 From: penn Date: Sat, 8 Feb 2025 12:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 8c514b0..4e3d41c 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -9,6 +9,6 @@ jobs: - run: cd /root/yhehe && git pull origin main - run: cd /root/yhehe && hexo cl - run: cd /root/yhehe && hexo g - - run: HOME=/root/yhehe && git config --global user.email "penndu@outlook.com" - - run: HOME=/root/yhehe && git config --global user.name "Teacher Du" + - run: git config --system user.email "penndu@outlook.com" + - run: git config --system user.name "Teacher Du" - run: cd /root/yhehe && hexo d \ No newline at end of file