diff --git a/dist/action.yml b/dist/action.yml index 6ecd39c9..b2272ebd 100644 --- a/dist/action.yml +++ b/dist/action.yml @@ -11,6 +11,9 @@ inputs: image-directory-path: description: "Path to images directory.The images stored in this directory will be compared with the expected images from the last upload." required: true + expected-images-directory-path: + description: "Path to expected images directory. The images stored in this directory will be compared with the actual images from image-directory-path." + required: false enable-antialias: description: "Enable antialias. If omitted false." required: false