version-up-action/action.yaml
Philipp Horstenkamp c85d2fd10e
All checks were successful
Try out action / pre-commit Autoupdate (push) Successful in 23s
Lint / pre-commit Autoupdate (push) Successful in 53s
Added a test for the output.
2024-05-28 22:23:01 +02:00

17 lines
595 B
YAML

name: Infrement version number to max.
description: Increases a version number until the the version number is invalid. Onyl updates minor and below. No support for previews. Only Semantic numbers are supported.
inputs:
url-pattern:
description: The url from which to download. Needs to contain at least one {{VERSION}} marker to be replaced.
required: true
start-version:
description: The version number with wich to start.
required: true
outputs:
current_version:
description: The maximum currently downloadable version found.
runs:
using: node12
main: index.js