Update index.js

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-17 14:12:48 +03:00
parent 26a5641775
commit ba0d5ef477
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -1,6 +1,7 @@
const core = require('@actions/core')
const github = require('@actions/github')
const fs = require('fs')
const xml2js = require('xml2js')
try {
const label = core.getInput('label');
console.log(`Label: ${label}`)