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'