Some improvements to the initial credits line

This commit is contained in:
James Ives 2020-07-04 16:11:12 -04:00
parent 9ffb1646bf
commit a3dc0b31ac

View File

@ -13,14 +13,15 @@ export default async function run(
let status: Status = Status.RUNNING let status: Status = Status.RUNNING
try { try {
info(`GitHub Pages Deploy Action 🚀 info(`
GitHub Pages Deploy Action 🚀
Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages 🚀 Getting Started Guide: https://github.com/marketplace/actions/deploy-to-github-pages
FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki FAQ/Wiki: https://github.com/JamesIves/github-pages-deploy-action/wiki
🔧 Support: https://github.com/JamesIves/github-pages-deploy-action/issues 🔧 Support: https://github.com/JamesIves/github-pages-deploy-action/issues
Contribute: https://github.com/JamesIves/github-pages-deploy-action/blob/dev/CONTRIBUTING.md 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… 🚦') info('Checking configuration and starting deployment… 🚦')