We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92af60 commit 7903abaCopy full SHA for 7903aba
action.yml
@@ -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'
+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'
9
runs:
10
using: 'node12'
11
main: 'dist/index.js'
0 commit comments