Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sindrel committed Jan 17, 2025
1 parent 78606d3 commit 3572b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Features

- Fetches product cycle information from the [endoflife.date API](https://endoflife.date).
- Supports version extraction from YAML, JSON, or plain text files.
- Supports version extraction from YAML, JSON, or any plain text file.
- Allows for failure conditions based on end-of-life status and days until end-of-life.
- Outputs can be used in subsequent steps, e.g. for pushing notifications or raising alerts.

Expand Down Expand Up @@ -139,7 +139,7 @@ Here’s an example of how to use it in a workflow (for JSON, set `file_format`

## Extracting the version from any file using a regular expression

It's possible to extract a version from any plaintext file using the `regex` input.
It's possible to extract a version from any plain text file using the `regex` input.

Let's say you have a XML document that contains a version you wish to extract:

Expand Down

0 comments on commit 3572b8b

Please sign in to comment.