Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Add description, color and icon field to the action.yml
  • Loading branch information
amaaniqbal authored Mar 26, 2020
1 parent d2f64c8 commit a4a2b57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: SMS Spam Detection Action

description: 'SMS Spam Detection Action enables a user to check if any given message is a `spam` or a `ham`'

branding:
icon: 'activity'
color: 'green'

on:
push:
branches: [ master ]
Expand Down

0 comments on commit a4a2b57

Please sign in to comment.