mmarchini-oss / npm-otp-publish

Action to publish npm pacakges using One-Time Passwords
MIT License
10 stars 1 forks source link

Notifier console limits #66

Open Eomm opened 3 years ago

Eomm commented 3 years ago

Hi, I'm trying to build a workflow to release some module.

Since in the org we would like to trigger the release manually (via workflow_dispatch) we can't use the default notifier that sends a nice and clear message to input the OTP

Trying the console notifier, instead, I get stuck here:

image

Because GH shows me the log when the step completes.

Did you have the same trouble per notifier: console use case? would you mind to accept a PR to add an external notifier (like a message to Telegram or Discord)?

Ref https://github.com/fastify/releasify/issues/42