From fe798d95b291b799feec01b5981ceb5e7452d829 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 2 Nov 2019 14:37:46 +0800 Subject: [PATCH] chore: update github actions variable --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 72728ba..0525209 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ func main() { cli.StringSliceFlag{ Name: "to", Usage: "telegram user", - EnvVar: "PLUGIN_TO,TELEGRAM_TO,INPUT_TOKEN", + EnvVar: "PLUGIN_TO,TELEGRAM_TO,INPUT_TO", }, cli.StringSliceFlag{ Name: "message",