upptime / cli

⬆️🛠️ Upcoming CLI to power the new version of Upptime
MIT License
15 stars 8 forks source link

add cacert action to auto update #32

Closed jayantkatia closed 3 years ago

jayantkatia commented 3 years ago

defined an action to auto update cacert extracted by the curl team. Refer: https://curl.se/docs/caextract.html

jayantkatia commented 3 years ago

Upptime bot commits with the message ":arrow_up: update CACERT"
Logs when nothing to commit shows as a failed run, is it okay? or should we have some sort of error-handling to show it as a successful run?

AnandChowdhary commented 3 years ago

You're right, if we're already on the latest version we should silently ignore that error.

jayantkatia commented 3 years ago

I added the error-handling syntax. Check-out: Logs when nothing to commit