Skip to content

Commit f22167e

Browse files
authored
chore: set branding to action
1 parent c265791 commit f22167e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: 'Sync Branch Action'
22
description: 'Action to update branchs automatically.'
33
author: 'Lucas Ruy'
44

5+
branding:
6+
icon: git-merge
7+
color: purple
8+
59
inputs:
610
GITHUB_TOKEN:
711
description: 'User token to be associated with this pull request.'
@@ -25,4 +29,4 @@ outputs:
2529

2630
runs:
2731
using: 'node12'
28-
main: 'dist/index.js'
32+
main: 'dist/index.js'

0 commit comments

Comments
 (0)