ci: use directly boolean input (#1207)

This commit is contained in:
Baptiste Augrain
2022-08-17 06:23:19 +02:00
committed by GitHub
parent a4e5b2a101
commit bbddc94a72
4 changed files with 4 additions and 13 deletions

View File

@@ -4,11 +4,8 @@ on:
workflow_dispatch:
inputs:
new_release:
type: choice
type: boolean
description: Force new Release
options:
- no
- yes
schedule:
- cron: '0 0 * * *'
push:

View File

@@ -4,11 +4,8 @@ on:
workflow_dispatch:
inputs:
new_release:
type: choice
type: boolean
description: Force new Release
options:
- no
- yes
schedule:
- cron: '0 0 * * *'
push:

View File

@@ -4,11 +4,8 @@ on:
workflow_dispatch:
inputs:
new_release:
type: choice
type: boolean
description: Force new Release
options:
- no
- yes
schedule:
- cron: '0 0 * * *'
push: