Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Obi-Dann committed Apr 10, 2021
1 parent c92af60 commit 7903aba
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions 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'

0 comments on commit 7903aba

Please sign in to comment.