mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-22 08:11:07 +07:00
Added more tests
This commit is contained in:
parent
a0ac8c2657
commit
ae6ad23726
@ -1,9 +1,9 @@
|
||||
// import * as core from '@actions/core';
|
||||
const core = require('@actions/core')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
|
||||
async function run() {
|
||||
console.log(process.env)
|
||||
|
||||
try {
|
||||
// const myInput = core.getInput('myInput')
|
||||
// core.debug(`Hello ${myInput}`)
|
||||
|
Loading…
Reference in New Issue
Block a user