Skip to content

Commit 227be93

Browse files
author
Amelia Wattenbeger
committed
fix action indentation
1 parent 9902e79 commit 227be93

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
@@ -6,9 +6,9 @@ inputs:
66
description: "A path (relative to the root of your repo) to where you would like the diagram to live. For example: images/diagram.svg. Default: diagram.svg"
77
required: false
88
outputs:
9-
runs:
10-
using: "node12"
11-
main: "index.js"
12-
branding:
13-
color: "purple"
14-
icon: "download-cloud"
9+
runs:
10+
using: "node12"
11+
main: "index.js"
12+
branding:
13+
color: "purple"
14+
icon: "download-cloud"

0 commit comments

Comments
 (0)