diff --git a/lib/lib.js b/lib/lib.js index 23c8ae9e..21b3fc20 100644 --- a/lib/lib.js +++ b/lib/lib.js @@ -25,6 +25,14 @@ function run(configuration) { return __awaiter(this, void 0, void 0, function* () { let status = constants_1.Status.RUNNING; try { + core_1.info(`GitHub Pages Deploy Action 🚀 + + ✈️ Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages + ❓ FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki + 🔧 Support: https://github.com/JamesIves/github-pages-deploy-action/issues + ⭐ Contribute: https://github.com/JamesIves/github-pages-deploy-action/blob/dev/CONTRIBUTING.md + + Maintained by James Ives (https://jamesiv.es)`); core_1.info('Checking configuration and starting deployment… 🚦'); const settings = Object.assign(Object.assign({}, constants_1.action), configuration); // Defines the repository paths and token types.