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