Skip to content

Commit 7903aba

Browse files
committed
Update action.yml
1 parent c92af60 commit 7903aba

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

action.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
name: 'Your name here'
2-
description: 'Provide a description here'
3-
author: 'Your name or organization here'
4-
inputs:
5-
milliseconds: # change this
6-
required: true
7-
description: 'input description here'
8-
default: 'default value if applicable'
1+
name: 'Report dependencies changes'
2+
description: 'Adds a new comment to PR with a summary of changes to dependencies in a PR including release notes and changelogs'
3+
author: 'AurorNZ'
94
runs:
105
using: 'node12'
116
main: 'dist/index.js'

0 commit comments

Comments
 (0)