mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-07-01 04:53:12 +07:00
Revert to CJS
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user