Skip to content

Commit d683194

Browse files
committed
Default to magick to satisfy deprecation warning
1 parent 36dd85b commit d683194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323
exec_magick:
2424
description: 'Executable name, with optional path, to ImageMagick executable'
2525
required: true
26-
default: 'convert'
26+
default: 'magick'
2727

2828
destination_extensions:
2929
description: 'Comma separated list of file extensions parsed and passed to `magik`, example "jpeg,avif"'

0 commit comments

Comments
 (0)