Skip to content

Commit 485f8e0

Browse files
committed
fix metadata syntax
1 parent c84406d commit 485f8e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: GitHub Deployments
22
description: GitHub action for working painlessly with deployment statuses.
33
author: bobheadxi
4-
icon: bookmark
5-
color: yellow
4+
branding:
5+
icon: bookmark
6+
color: yellow
7+
runs:
8+
using: node12
9+
main: lib/main.js
610

711
inputs:
812
token:
@@ -13,7 +17,3 @@ inputs:
1317
description: URL to logs
1418
desc:
1519
description: Description to set in status
16-
17-
runs:
18-
using: 'node12'
19-
main: 'lib/main.js'

0 commit comments

Comments
 (0)