mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 00:42:43 +08:00
add sha into version
This commit is contained in:
2
.github/workflows/version-comment.yml
vendored
2
.github/workflows/version-comment.yml
vendored
@@ -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"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// version is <!--GAMFC-->2023-06-03 12:11:01<!--GAMFC-END-->.
|
||||
// version <!--GAMFC-->2023-06-03 12:11:01<!--GAMFC-END-->.
|
||||
import { connect } from 'cloudflare:sockets';
|
||||
|
||||
// How to generate your own UUID:
|
||||
|
||||
Reference in New Issue
Block a user