From 1952930e4dfc16ad992e77fe1042c95e57c2eb0a Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 31 Jul 2024 15:18:36 +1200 Subject: [PATCH] fix(ci): Debug now --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5bc27a4..8a10243 100644 --- a/index.js +++ b/index.js @@ -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"));