Add path prefix

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-17 14:34:00 +03:00
parent 02ad452b5a
commit 2e5e9bbd3e
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -4,7 +4,7 @@ const fs = require('fs')
const xml2js = require('xml2js')
try {
const label = core.getInput('label');
const filePath = core.getInput('filePath');
const filePath = `../../${core.getInput('filePath')}`;
console.log(`Label: ${label}`)
console.log(`File path: ${filePath}`)