From 633a26196d88186be0074f2418b75c446bb01476 Mon Sep 17 00:00:00 2001 From: jackton1 <17484350+jackton1@users.noreply.github.com> Date: Sat, 4 May 2024 16:08:30 +0000 Subject: [PATCH] Updated README.md --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c3d042e..0d87bb2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ [![Update release version.](https://github.com/tj-actions/verify-changed-files/workflows/Update%20release%20version./badge.svg)](https://github.com/tj-actions/verify-changed-files/actions?query=workflow%3A%22Update+release+version.%22) + [![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) + # verify-changed-files @@ -131,11 +133,16 @@ Support this project with a :star: # Default: "false" fail-if-changed: '' - # Message to display when files - # have changed and the `fail-if-changed` - # input is set to `true`. + # Indicates whether to fail if + # no files have changed. + # Type: boolean + # Default: "false" + fail-if-unchanged: '' + + # Message to display when `fail-if-changed` + # or `fail-if-unchanged` is set to + # `true`. # Type: string - # Default: "Files have changed." fail-message: '' # File/Directory names to check for @@ -226,8 +233,11 @@ If you are reporting a bug, please include: Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + @@ -242,8 +252,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
+ -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!