From 71e01f5054f56646d81f9e657496638075c8ad4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=9C=E6=AA=B8seril?= <45784494+lcandy2@users.noreply.github.com> Date: Fri, 21 Jul 2023 00:31:24 +0800 Subject: [PATCH] Update GitHub Action --- .github/workflows/userscript.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/userscript.yml b/.github/workflows/userscript.yml index c62bfc5..4b2be32 100644 --- a/.github/workflows/userscript.yml +++ b/.github/workflows/userscript.yml @@ -31,4 +31,8 @@ jobs: - name: Push to repository run: | echo "Pushing to repository..." + git config --global user.name "GitHub Action" + git config --global user.email "45784494+lcandy2@users.noreply.github.com“ + git add Select-like-a-Boss.user.js + git commit -m "GitHub Action: Keep UserScript up-to-date" git push -u origin main \ No newline at end of file