mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-23 06:16:41 +00:00
Add path prefix
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
02ad452b5a
commit
2e5e9bbd3e
2
index.js
2
index.js
@ -4,7 +4,7 @@ const fs = require('fs')
|
|||||||
const xml2js = require('xml2js')
|
const xml2js = require('xml2js')
|
||||||
try {
|
try {
|
||||||
const label = core.getInput('label');
|
const label = core.getInput('label');
|
||||||
const filePath = core.getInput('filePath');
|
const filePath = `../../${core.getInput('filePath')}`;
|
||||||
|
|
||||||
console.log(`Label: ${label}`)
|
console.log(`Label: ${label}`)
|
||||||
console.log(`File path: ${filePath}`)
|
console.log(`File path: ${filePath}`)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user