feat: update ssh-verify.ts

This commit is contained in:
2025-01-19 16:58:18 +08:00
parent cf3c8e1b96
commit f84b047743
2 changed files with 4 additions and 4 deletions

View File

@@ -52,12 +52,12 @@
},
"ssh-verify.ts": {
"script_name": "ssh-verify.ts",
"script_length": 2718,
"script_sha256": "f1e9235d2511b269d87720f5f70b33d6c040f1eb0e792f2a0b2e93270415a496",
"script_length": 2740,
"script_sha256": "d5c52cd816fd79811306630bf4e08865071bf483e39add29dae50e95771f7f27",
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/ssh-verify.ts",
"single_script_file": true,
"publish_time": 1737272626141,
"update_time": 1737275365029
"update_time": 1737277075636
},
"wget.ts": {
"script_name": "wget.ts",

View File

@@ -96,5 +96,5 @@ if (flags.username) {
);
}
} else {
log.warn("GitHub user is not assigned.");
log.warn("GitHub user is not assigned, user is not verified.");
}