mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 13:56:43 +00:00
Update lgos
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
parent
f8d390b4c8
commit
6dc2ef8bf6
2
index.js
2
index.js
@ -8,7 +8,7 @@ run();
|
||||
async function run() {
|
||||
try {
|
||||
console.log(`CWD: ${process.cwd()}`)
|
||||
console.log(`CWD: ${core.getInput('filePath')}`)
|
||||
console.log(`filePath: ${core.getInput('filePath')}`)
|
||||
|
||||
const filePathInput = core.getInput('filePath');
|
||||
const labelInput = core.getInput('label');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user