diff --git a/dist/index.js b/dist/index.js index 2bd857b6..9cb179e3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -18557,6 +18557,7 @@ const { runAction } = __nccwpck_require__(1254) async function run() { toolkit.logActionRefWarning() + toolkit.logRepoWarning() const token = core.getInput('github-token', { required: true }) diff --git a/src/index.js b/src/index.js index fff5a63c..ff94e8cb 100644 --- a/src/index.js +++ b/src/index.js @@ -6,6 +6,7 @@ const { runAction } = require('./release-notify-action') async function run() { toolkit.logActionRefWarning() + toolkit.logRepoWarning() const token = core.getInput('github-token', { required: true })