We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e84d45 commit 378f6e0Copy full SHA for 378f6e0
1 file changed
action.yaml
@@ -2,6 +2,10 @@ name: 'Create or Update publiccode.yaml'
2
author: 'Open Catalogi'
3
description: 'Creates or updates the publiccode.yaml or publicorganisation.yml file with repository metadata'
4
5
+branding:
6
+ icon: 'file-plus'
7
+ color: 'blue'
8
+
9
inputs:
10
remoterepo:
11
description: 'Git url of the remote repository you want to check'
@@ -102,6 +106,3 @@ runs:
102
106
}
103
107
}'
104
108
105
-branding:
- icon: 'file'
- color: 'blue'
0 commit comments