Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ambilykk authored Sep 20, 2022
1 parent cc8ca47 commit 4d2c675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Dependabot Alert Export'
description: 'Dependabot Alert Export Action for exporting alerts from a repository or organization'
description: 'Export the Dependabot alerts to CSV'
branding:
icon: 'download'
color: 'purple'
Expand All @@ -18,4 +18,4 @@ inputs:
required: true
runs:
using: 'node16'
main: 'app/index.js'
main: 'app/index.js'

0 comments on commit 4d2c675

Please sign in to comment.