8000 Fix typo in README.md file by Potherca · Pull Request #2 · jackbilestech/semver-compare · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix typo in README.md file #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations 8000
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, <https://www.npmjs.com/package/compare-versions> to perform the string comparrison.
This a dockerized GitHub action that uses this repo, <https://www.npmjs.com/package/compare-versions> 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.

Expand Down
0