fix(ci): Debug now
Some checks failed
Build Badges / Create Answer Badge (push) Failing after 2s
Build Badges / Create Color Range Badges (0) (push) Failing after 1s
Build Badges / Create Color Range Badges (10) (push) Failing after 1s
Build Badges / Create Color Range Badges (100) (push) Failing after 2s
Build Badges / Create Color Range Badges (20) (push) Failing after 1s
Build Badges / Create Color Range Badges (30) (push) Failing after 2s
Build Badges / Create Color Range Badges (40) (push) Failing after 1s
Build Badges / Create Color Range Badges (50) (push) Failing after 1s
Build Badges / Create Color Range Badges (60) (push) Failing after 2s
Build Badges / Create Color Range Badges (70) (push) Failing after 1s
Build Badges / Create Color Range Badges (80) (push) Failing after 2s
Build Badges / Create Color Range Badges (90) (push) Failing after 2s
Checks / Check REUSE (push) Successful in 6s

This commit is contained in:
2024-07-31 15:18:36 +12:00
parent 2329d5dd80
commit 1952930e4d

View File

@@ -9,7 +9,7 @@
import core from "@actions/core";
import { makeBadge } from "badge-maker";
const util = require('util')
const util = require('util');
const hostUrl = new URL(core.getInput("host"));