diff --git a/.github/workflows/version-comment.yml b/.github/workflows/version-comment.yml index aa69768..3a02113 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: "{{date:YYYY-MM-DD HH:mm:ss}}" + body: "base on commit ${{ github.sha }}, time is {{date:YYYY-MM-DD HH:mm:ss}}" message: "Update version worker-vless.js" diff --git a/src/worker-vless.js b/src/worker-vless.js index 0e43c9e..e203c4b 100644 --- a/src/worker-vless.js +++ b/src/worker-vless.js @@ -1,4 +1,4 @@ -// version is 2023-06-03 12:11:01. +// version 2023-06-03 12:11:01. import { connect } from 'cloudflare:sockets'; // How to generate your own UUID: