From e4a9ddb4f7c2275f10e1258c2ecedc846ab7191d Mon Sep 17 00:00:00 2001 From: homoluctus Date: Sun, 8 Sep 2019 00:40:19 +0900 Subject: [PATCH] fix: remove the default value of channel from action.yml --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index e7518447c..f5572a9d2 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,6 @@ inputs: channel: description: 'slack channel' required: false - default: '#general' url: description: 'slack incoming webhook url' required: false