From 1a30aa3181d8a8e1a6fcd98c66f3eaceea5f4fa2 Mon Sep 17 00:00:00 2001 From: Blake Campbell Date: Wed, 29 Mar 2023 01:41:56 -0400 Subject: [PATCH] Imported actions twice :( --- scripts/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/utils.js b/scripts/utils.js index f7c930d4..4a1bcbf3 100644 --- a/scripts/utils.js +++ b/scripts/utils.js @@ -5,7 +5,6 @@ const Joi = require('joi'); const http = require('http'); const https = require('https'); const flags = require('./flags.js'); -const github = require('@actions/github'); async function getCurrentBranchName() { let myOutput = '';