Print token
This commit is contained in:
@@ -19,8 +19,8 @@ const core = __importStar(require("@actions/core"));
|
||||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
try {
|
||||
const myInput = core.getInput('myInput');
|
||||
core.debug(`Hello ${myInput}`);
|
||||
const myInput = core.getInput('token');
|
||||
core.debug(`Token ${myInput}`);
|
||||
}
|
||||
catch (error) {
|
||||
core.setFailed(error.message);
|
||||
|
||||
Reference in New Issue
Block a user