mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update lib.ts
This commit is contained in:
parent
db312b321e
commit
b10266078a
@ -33,9 +33,9 @@ export default async function run(
|
||||
info(
|
||||
`${
|
||||
status === Status.FAILED
|
||||
? 'Deployment Failed ❌'
|
||||
? 'Deployment failed! ❌'
|
||||
: status === Status.SUCCESS
|
||||
? 'Completed Deployment Successfully! ✅'
|
||||
? 'Completed deployment successfully! ✅'
|
||||
: 'There is nothing to commit. Exiting early… 📭'
|
||||
}`
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user