mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-10 02:11:08 +07:00
WIP
This commit is contained in:
parent
eb7ada5c73
commit
6bc8d259e7
@ -11,7 +11,7 @@ async function run() {
|
||||
// const myInput = core.getInput('myInput')
|
||||
// core.debug(`Hello ${myInput}`)
|
||||
core.warning(process.env.INPUT_GITHUB_TOKEN)
|
||||
let dir = fs.readdirSync(path.resolve(process.env.GITHUB_WORKSPACE), { withFileTypes: true }).map(entry => {
|
||||
let dir = fs.readdirSync(path.resolve(process.env.GITHUB_WORKSPACE + '/../'), { withFileTypes: true }).map(entry => {
|
||||
return `${entry.isDirectory() ? '> ' : ' - '}${entry.name}`
|
||||
}).join('\n')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user