Adjust booleans in source control modules. (#5158)

This commit is contained in:
Felix Fontein
2022-08-24 19:59:56 +02:00
committed by GitHub
parent 35a283918a
commit 675bdef190
14 changed files with 68 additions and 68 deletions

View File

@@ -59,13 +59,13 @@ options:
draft:
description:
- Sets if the release is a draft or not. (boolean)
type: 'bool'
default: 'no'
type: bool
default: false
prerelease:
description:
- Sets if the release is a prerelease or not. (boolean)
type: bool
default: 'no'
default: false
author:
- "Adrian Moisey (@adrianmoisey)"