12
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2026-05-22 07:12:02 +00:00

more fixes and tweaks cjs -> esm

This commit is contained in:
Leif Ødegård Uhlen 2026-05-05 10:42:20 +02:00
parent f7e83f6743
commit 61436fbfef
9 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
import * as core from '@actions/core'
const stringToJson = require('@cycjimmy/awesome-js-funcs/cjs/typeConversion/stringToJson.cjs').default;
const inputs = require('./inputs.json');
import * as core from '@actions/core';
import stringToJson from '@cycjimmy/awesome-js-funcs/cjs/typeConversion/stringToJson.cjs';
import inputs from './inputs.json';
/**
* Handle Branches Option