From 74ef3a43575d71caa14939dcd0b155d2f109f35f Mon Sep 17 00:00:00 2001 From: cluntop <85211716+cluntop@users.noreply.github.com> Date: Wed, 25 Feb 2026 22:53:40 +0800 Subject: [PATCH] Update Up --- .github/workflows/toos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/toos.yml b/.github/workflows/toos.yml index 9e36d292d..2936f5e0f 100644 --- a/.github/workflows/toos.yml +++ b/.github/workflows/toos.yml @@ -58,6 +58,8 @@ jobs: - name: Commit and Push changes run: | + export HOME=${GITHUB_WORKSPACE} + git config --global user.name "GitHub Actions" git config --global user.email "actions@github.com"