From 956fccb59273013237dd9b014f732782cf09cf72 Mon Sep 17 00:00:00 2001 From: Emo-Damage <75520940+Emo-Damage@users.noreply.github.com> Date: Sat, 3 Jun 2023 20:24:22 +0800 Subject: [PATCH] add UTC into --- .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 f2bad48..c4e14ac 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:ssZ}}" + body: "version base on commit ${{ github.sha }}, time is {{date:YYYY-MM-DD HH:mm:ss}} UTC" message: "Update version worker-vless.js"