Skip to content

Commit

Permalink
Add color and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
KanHarI committed Dec 10, 2022
1 parent 31a947f commit 6c599c7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ inputs:
description: 'The GitHub token to use for authenticating the action'
required: true
default: ''
icon:
description: 'The icon to use for the comment'
required: false
default: 'aperture'
color:
description: 'The color to use for the comment'
required: false
default: 'blue'
branding:
icon: 'aperture'
color: 'purple'
runs:
using: 'node16'
main: 'lib/index.js'

0 comments on commit 6c599c7

Please sign in to comment.