Skip to content

Commit 91033bf

Browse files
committed
fix INPUT_BACKGROUD defaulting to empty string
1 parent 02c4b74 commit 91033bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ inputs:
1111
backgroud:
1212
description: 'Image background. Options: transparent, opaque. Default: transparent for PNG, opaque for JPEG'
1313
required: false
14+
default: 'transparent'
1415
animation:
15-
description: 'If an animation of the PCB rotating should be rendered (backgroud dose not apply)'
16+
description: 'If an animation of the PCB rotating should be rendered (mp4 or gif) (backgroud dose not apply)'
1617
required: false
1718
runs:
1819
using: 'docker'

0 commit comments

Comments
 (0)