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