From 0b5a82a7a928ebb1882e4bc672bd05ee882b25d8 Mon Sep 17 00:00:00 2001 From: fs-context Date: Sun, 15 Dec 2024 12:46:52 +0800 Subject: [PATCH] the last try. --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a4259eb..f9282a5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -31,8 +31,8 @@ jobs: run: | cd dist git init - git config user.name "GitHub Actions" - git config user.email "actions@github.com" + git config --global user.name "GitHub Actions" + git config --global user.email "actions@github.com" git remote add origin https://github.com/Rundll86/fs-context.git git add . git commit -m "Build from Actions"