diff --git a/index.js b/index.js index ac4f272..085d0e7 100644 --- a/index.js +++ b/index.js @@ -53,6 +53,10 @@ Toolkit.run( // Join items to one string .join('\n') + if (content == '') { + content = '⁉️ No recent activity performed!' + } + const box = new GistBox({ id: GIST_ID, token: GH_PAT }) try { tools.log.debug(`Updating Gist ${GIST_ID}`)