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

View File

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