twilio-labs / actions-sms

Send an SMS through GitHub Actions
MIT License
148 stars 40 forks source link

Use logger instead of console.log #4

Closed dkundel closed 5 years ago

dkundel commented 5 years ago

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.