Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
meta: update icon/color for actions marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Nov 25, 2020
1 parent 4b99f20 commit f4fada3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: 'action-git-diff-suggestions'
description: 'This GitHub Action will take the current git changes and apply them as GitHub code review suggestions'
author: 'Sentry'
name: action-git-diff-suggestions
description: This GitHub Action will take the current git changes and apply them as GitHub code review suggestions
author: Sentry
icon: book-open
color: purple
inputs:
github-token:
description: 'github token'
description: github token
message:
description: 'The message to prepend the review suggestion'
description: The message to prepend the review suggestion
runs:
using: 'node12'
main: 'dist/index.js'
using: node12
main: dist/index.js

0 comments on commit f4fada3

Please sign in to comment.