Skip to content

Commit 4add905

Browse files
action branding (#3)
1 parent da592fb commit 4add905

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: 'Dev version'
22
description: 'Creates a dev version'
3+
branding:
4+
color: orange
5+
icon: anchor
36
inputs:
47
branch:
58
description: 'Branch of current execution'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev-version-action",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "index.js",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)