From a3dc0b31ac20a4029261349c2d9217d3d57973e5 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 4 Jul 2020 16:11:12 -0400 Subject: [PATCH] Some improvements to the initial credits line --- src/lib.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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… 🚦')