Skip to content

Commit 98e3c2c

Browse files
committed
fix typo
1 parent 91033bf commit 98e3c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ inputs:
88
output_path:
99
description: 'path to where top.png and bottom.png should be created'
1010
required: true
11-
backgroud:
11+
background:
1212
description: 'Image background. Options: transparent, opaque. Default: transparent for PNG, opaque for JPEG'
1313
required: false
1414
default: 'transparent'
1515
animation:
16-
description: 'If an animation of the PCB rotating should be rendered (mp4 or gif) (backgroud dose not apply)'
16+
description: 'If an animation of the PCB rotating should be rendered (mp4 or gif) (background dose not apply)'
1717
required: false
1818
runs:
1919
using: 'docker'

0 commit comments

Comments
 (0)