From 63f66205a60f848b55109cf8e331866ba3853a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=99=E6=BC=A0=E4=B9=8B=E5=AD=90?= <7850715+maboloshi@users.noreply.github.com> Date: Sat, 25 Nov 2023 20:04:25 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20`main.user.js=5Fversion=5Fupdate.yaml`?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 沙漠之子 <7850715+maboloshi@users.noreply.github.com> --- .github/workflows/main.user.js_version_update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.user.js_version_update.yaml b/.github/workflows/main.user.js_version_update.yaml index 48237c872..efd3ebc70 100644 --- a/.github/workflows/main.user.js_version_update.yaml +++ b/.github/workflows/main.user.js_version_update.yaml @@ -33,7 +33,7 @@ jobs: run: | sed -i "s/@version\s*[^\\s]*/@version $(TZ='Asia/Shanghai' date +'%Y-%m-%d')/" main.user.js - - name: Commit file: main.user.js + - name: Commit file main.user.js if: ${{ env.AHEAD == 'true' }} run: | git config --local user.name "github-actions[bot]"