Skip to content

Commit dd92607

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

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

action.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ inputs:
55
output_file:
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
8-
outputs:
9-
runs:
10-
using: "node12"
11-
main: "index.js"
12-
branding:
13-
color: "purple"
14-
icon: "download-cloud"
8+
runs:
9+
using: "node12"
10+
main: "index.js"
11+
branding:
12+
color: "purple"
13+
icon: "download-cloud"

0 commit comments

Comments
 (0)