@@ -1,5 +1,9 @@
const core = require('@actions/core')
const github = require('@actions/github')
const exec = require('@actions/exec')
function run() {
core.notice('Hello from a custom JS Action');
}
run();
The note is not visible to the blocked user.