From d29845fc030f3abdce235915c62a72600ff433f8 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 4 Jul 2020 15:47:14 -0400 Subject: [PATCH] 3.5.7 Dependencies --- lib/lib.js | 13 +++++++------ src/lib.ts | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/lib/lib.js b/lib/lib.js index 21b3fc20..b1c4d10e 100644 --- a/lib/lib.js +++ b/lib/lib.js @@ -25,14 +25,15 @@ 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 🚀 + 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 + ✈️ 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)`); 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. diff --git a/src/lib.ts b/src/lib.ts index 09be3692..48d110eb 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… 🚦')