From 7903aba54ae1c69f4a8d80a0767a7722f154e8fd Mon Sep 17 00:00:00 2001 From: Daniil Samoylov Date: Sat, 10 Apr 2021 12:27:30 +1200 Subject: [PATCH] Update action.yml --- action.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/action.yml b/action.yml index bfbb165..d6f552f 100644 --- a/action.yml +++ b/action.yml @@ -1,11 +1,6 @@ -name: 'Your name here' -description: 'Provide a description here' -author: 'Your name or organization here' -inputs: - milliseconds: # change this - required: true - description: 'input description here' - default: 'default value if applicable' +name: 'Report dependencies changes' +description: 'Adds a new comment to PR with a summary of changes to dependencies in a PR including release notes and changelogs' +author: 'AurorNZ' runs: using: 'node12' main: 'dist/index.js'