Skip to content

Commit

Permalink
chore: set branding to action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasruy authored Jun 1, 2021
1 parent c265791 commit f22167e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: 'Sync Branch Action'
description: 'Action to update branchs automatically.'
author: 'Lucas Ruy'

branding:
icon: git-merge
color: purple

inputs:
GITHUB_TOKEN:
description: 'User token to be associated with this pull request.'
Expand All @@ -25,4 +29,4 @@ outputs:

runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit f22167e

Please sign in to comment.