mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-25 15:22:59 +00:00
2
index.js
2
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}`)
|
||||
|
||||
Reference in New Issue
Block a user