diff --git a/src/lib.ts b/src/lib.ts index 09be3692..3e8dc47b 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -13,14 +13,15 @@ export default async function run( let status: Status = Status.RUNNING try { - info(`GitHub Pages Deploy Action πŸš€ + 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 + πŸš€ 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)`) + πŸ“£ Maintained by James Ives (https://jamesiv.es)`) info('Checking configuration and starting deployment… 🚦')