Skip to content

Commit 378f6e0

Browse files
committed
Move the branding up
1 parent 1e84d45 commit 378f6e0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

action.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: 'Create or Update publiccode.yaml'
22
author: 'Open Catalogi'
33
description: 'Creates or updates the publiccode.yaml or publicorganisation.yml file with repository metadata'
44

5+
branding:
6+
icon: 'file-plus'
7+
color: 'blue'
8+
59
inputs:
610
remoterepo:
711
description: 'Git url of the remote repository you want to check'
@@ -102,6 +106,3 @@ runs:
102106
}
103107
}'
104108
105-
branding:
106-
icon: 'file'
107-
color: 'blue'

0 commit comments

Comments
 (0)