Skip to content

Commit

Permalink
add missing property into action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kopancek committed Jun 26, 2024
1 parent 33fa4d6 commit 5446fbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5446fbb

Please sign in to comment.