From b28c4f0dbff023f191df0972f1d33d053f644bb4 Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Wed, 29 Jan 2025 11:54:04 +0100 Subject: [PATCH] Fix typo in README.md file aciton => action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abd44cf..f9d4d4a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This action takes two string semver values and compares them using a provided co This is useful when you want to check branch versions and make sure one is going to be ahead of the other, or visa-versa. -This a dockerized GitHub aciton that uses this repo, to perform the string comparrison. +This a dockerized GitHub action that uses this repo, to perform the string comparrison. *NOTE* If the comparrison fails, the process fires an exit code of 1 potentially stopping the workflow from continuing. If the comparrison passed then the workflow will continue.