stripped down

This commit is contained in:
Corey Butler 2023-03-31 00:23:56 -05:00
parent 7f38979c61
commit ddce679094
No known key found for this signature in database
GPG Key ID: 2C6540ABFD72766C

View File

@ -1,4 +1,5 @@
import * as core from '@actions/core'
const core = require('@actions/core')
// import * as core from '@actions/core'
// import os from 'os'
// import semver from 'semver'
// import Setup from './lib/setup.js'