Add label

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar
2023-09-13 14:47:23 +03:00
parent 73217f0541
commit 9ef3dbc165
3 changed files with 9 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ const github = require('@actions/github');
try {
const nameToGreet = core.getInput('who-to-greet');
const label = core.getInput('label');
console.log(`Lable: ${label}`)
console.log(`Hello ${nameToGreet}!`);
const time = (new Date()).toTimeString();