twilio-labs / actions-sms

Send an SMS through GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use logger instead of console.log

dkundel opened this issue · comments

Right now we are logging some status messages using console.. The @actions/core library already has some dedicated logging functions that we should prefer instead.