diff --git a/dist/index.js b/dist/index.js index 4da7598..751b7fb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -5967,6 +5967,7 @@ async function action() { core.info(`hold protected: ${ result.hold_protected }`); core.info(`hold development: ${ result.hold_development }`); + core.info(`proceed: ${ result.proceed }`); core.setOutput("hold_protected", result.hold_protected); core.setOutput("hold_development", result.hold_development);