diff --git a/index.js b/index.js index fe12a4b..542dade 100644 --- a/index.js +++ b/index.js @@ -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}`)