From 21f64134b7676b9c3ec35e4c60be980d0fcc726f Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Mon, 13 May 2024 12:17:13 +1200 Subject: [PATCH] Fix custom action YML. Signed-off-by: Michael Keller --- .github/actions/manage-version/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/manage-version/action.yml b/.github/actions/manage-version/action.yml index 26ffabad4..5cdfa0adc 100644 --- a/.github/actions/manage-version/action.yml +++ b/.github/actions/manage-version/action.yml @@ -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