add time zone to time

This commit is contained in:
Emo-Damage
2023-06-03 20:20:41 +08:00
parent d35f92fbac
commit 7b5e15a2a0

View File

@@ -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"