From 7b5e15a2a000344e802d39e4e098f2e5d43372ae Mon Sep 17 00:00:00 2001 From: Emo-Damage <75520940+Emo-Damage@users.noreply.github.com> Date: Sat, 3 Jun 2023 20:20:41 +0800 Subject: [PATCH] add time zone to time --- .github/workflows/version-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-comment.yml b/.github/workflows/version-comment.yml index efe718d..f2bad48 100644 --- a/.github/workflows/version-comment.yml +++ b/.github/workflows/version-comment.yml @@ -20,5 +20,5 @@ jobs: uses: jaywcjlove/github-action-modify-file-content@main with: path: src/worker-vless.js - body: "version base on commit ${{ github.sha }}, time is {{date:YYYY-MM-DD HH:mm:ss}}" + body: "version base on commit ${{ github.sha }}, time is {{date:YYYY-MM-DD HH:mm:ssZ}}" message: "Update version worker-vless.js"