GitHub Action used to request a check of the auto versioning.
See the auto versioning documentation for its configuration.
This requires Ontrack 4.3.6 or later to work.
- name: 'auto-versioning-check'
uses: nemerosa/[email protected]
By default, the current repository is used to identify the Ontrack project where the validation must be performed. If need be, another repository can be specified.
The name of the repository owner where the validation must be performed. If not set, the current repository owner will be used.
The name of the repository where the validation must be performed. If not set, the current repository will be used.
By default, the current workflow run ID will be used to identify the build to check. It's also possible to use the actual build name or its label.
Name of the Ontrack build where to create the validation. If not set and if build-label
is not set either, the current workflow run ID will be used to identify the build.
Release property (label) of the Ontrack build where to create the validation. If not set and if build-name
is not set either, the current workflow run ID will be used to identify the build.
If set to true
, logs additional information on the console.