feat: update use globa.hatter.ink
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
#!/usr/bin/env runts -- --allow-env --allow-import --allow-read --allow-net
|
||||
|
||||
import { parseArgs } from "jsr:@std/cli/parse-args";
|
||||
import { log } from "https://hatter.ink/script/get/@1/deno-commons-mod.ts";
|
||||
import { log } from "https://global.hatter.ink/script/get/@1/deno-commons-mod.ts";
|
||||
import {
|
||||
fetchKeys,
|
||||
SshKey,
|
||||
} from "https://hatter.ink/script/get/@1/deno-github-mod.ts";
|
||||
} from "https://global.hatter.ink/script/get/@1/deno-github-mod.ts";
|
||||
import {
|
||||
SshSignature,
|
||||
} from "https://hatter.ink/script/get/@0/deno-sshsig-mod.ts";
|
||||
} from "https://global.hatter.ink/script/get/@0/deno-sshsig-mod.ts";
|
||||
|
||||
const flags = parseArgs(Deno.args, {
|
||||
boolean: ["help", "debug"],
|
||||
@@ -97,5 +97,5 @@ if (flags.username) {
|
||||
log.warn("GitHub user is not assigned, user is not verified.");
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250124T004247+08:00.MEQCIH3nWGP1ZcLnmNrulS6r
|
||||
// KmiV0xdtDVtiAFYUzrjtwMy9AiAhzXvxwHL0xkF5an9/B70s8SsdoXYbKqX1rZ7wbyYXVw==
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250621T102806+08:00.MEUCIAO1f5bpFQ6gcngQfllM
|
||||
// 12DjqXNweEM5jOk+vI3ydcqsAiEA8D8km+o5tqWzvIhNF7Ts6trqE/vvrKyKTzp7dXZND3k=
|
||||
|
||||
Reference in New Issue
Block a user