Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 424 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 424 Bytes

check-semantic-version-update

Github action that will will compare current and previous semantic version of the app to make sure it's incremented properly

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/[email protected]
with:
  who-to-greet: 'Mona the Octocat'