@@ -0,0 +1,13 @@
const core = require('@actions/core');
const exec = require('@actions/exec');
async function run() {
try {
await exec.exec('sh', ['entrypoint.sh']);
}
catch (error) {
core.setFailed(error.message);
run()
The note is not visible to the blocked user.