Update lgos

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2023-10-01 15:49:36 +03:00
parent f8d390b4c8
commit 6dc2ef8bf6
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -8,7 +8,7 @@ run();
async function run() { async function run() {
try { try {
console.log(`CWD: ${process.cwd()}`) console.log(`CWD: ${process.cwd()}`)
console.log(`CWD: ${core.getInput('filePath')}`) console.log(`filePath: ${core.getInput('filePath')}`)
const filePathInput = core.getInput('filePath'); const filePathInput = core.getInput('filePath');
const labelInput = core.getInput('label'); const labelInput = core.getInput('label');