Skip to content

Commit f445b6b

Browse files
author
Compey
authored
🚨 Fix proper action.yml syntax
1 parent 7a6cf21 commit f445b6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: 'Discord Status'
22
description: 'Update your discord status in a file using this action.'
3-
icon: 'activity'
4-
color: 'purple'
3+
branding:
4+
icon: 'activity'
5+
color: 'purple'
56
inputs:
67
file:
78
description: 'File to write to'

0 commit comments

Comments
 (0)