mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 08:11:07 +07:00
Revert to CJS
This commit is contained in:
parent
46d6d999eb
commit
706ae4ee24
@ -1,4 +1,5 @@
|
||||
import * as core from '@actions/core';
|
||||
// import * as core from '@actions/core';
|
||||
const core = require('@actions/core')
|
||||
|
||||
async function run() {
|
||||
console.log(process.env)
|
||||
|
Loading…
Reference in New Issue
Block a user