Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugofpaiva committed Jul 18, 2023
1 parent d43ccb4 commit 0a2ef62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'GZoltar Feedback'
description: 'Analyzes GZoltar results and posts a comment on the pull request/commit with the suspicious lines.'
branding:
icon: alert-triangle
color: gray-dark
inputs:
token:
description: >
Expand Down Expand Up @@ -46,4 +49,4 @@ inputs:
default: false
runs:
using: 'node16'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit 0a2ef62

Please sign in to comment.