diff --git a/src/index.js b/src/index.js index e880c8a..9914922 100644 --- a/src/index.js +++ b/src/index.js @@ -10,6 +10,8 @@ const run = async () => { const sha = github.context.sha core.info(`Running for current SHA ${sha}`) + console.log("hello") + try { // inputResult will be 'unknown' if we're in "restore only" mode. const inputResult = core.getInput('result')