Imported actions twice :(

This commit is contained in:
Blake Campbell 2023-03-29 01:41:56 -04:00
parent 9dafb83692
commit 1a30aa3181

View file

@ -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 = '';