From c84076890acd315daf67777dc74fb7daa12d2ab0 Mon Sep 17 00:00:00 2001 From: Ryoya Ito <30540303+ry-itto@users.noreply.github.com> Date: Sun, 17 May 2020 23:07:45 +0900 Subject: [PATCH] Update action.yml --- action.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/action.yml b/action.yml index c0575e9..5486cdf 100644 --- a/action.yml +++ b/action.yml @@ -1,10 +1,6 @@ -name: 'Your name here' -description: 'Provide a description here' -author: 'Your name or organization here' -inputs: - myInput: # change this - description: 'input description here' - default: 'default value if applicable' +name: 'slack_notify_actions' +description: 'slack notification action.' +author: 'ry-itto' runs: using: 'node12' main: 'dist/index.js'