mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix custom action YML.
Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
7bf40d659c
commit
21f64134b7
1 changed files with 1 additions and 1 deletions
2
.github/actions/manage-version/action.yml
vendored
2
.github/actions/manage-version/action.yml
vendored
|
@ -2,7 +2,7 @@ name: Manage the Subsurface CICD versioning
|
|||
|
||||
inputs:
|
||||
no-increment:
|
||||
description: Only get the current version, do not increment it even for push events (Caution: not actually a boolean)
|
||||
description: 'Only get the current version, do not increment it even for push events (Caution: not actually a boolean)'
|
||||
default: false
|
||||
nightly-builds-secret:
|
||||
description: The secret to access the nightly builds repository
|
||||
|
|
Loading…
Add table
Reference in a new issue