Update lib.ts

This commit is contained in:
James Ives 2020-05-24 12:25:43 -04:00
parent db312b321e
commit b10266078a

View File

@ -33,9 +33,9 @@ export default async function run(
info( info(
`${ `${
status === Status.FAILED status === Status.FAILED
? 'Deployment Failed ❌' ? 'Deployment failed! ❌'
: status === Status.SUCCESS : status === Status.SUCCESS
? 'Completed Deployment Successfully! ✅' ? 'Completed deployment successfully! ✅'
: 'There is nothing to commit. Exiting early… 📭' : 'There is nothing to commit. Exiting early… 📭'
}` }`
) )