Change default values for catbox_upload and create_release (#695)

Since catbox is deafult, the first time users might not see this and might run it and have a failed build. So changing the default value and set to draft release
This commit is contained in:
Rishi 2026-02-03 23:31:17 +01:00 committed by GitHub
parent bb52c2708b
commit 6ae72c9e87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,12 +38,12 @@ on:
type: boolean
catbox_upload:
description: "Upload iPA to Catbox.moe (URL)"
default: true
default: false
required: false
type: boolean
create_release:
description: "Create a draft release (Private)"
default: false
default: true
required: false
type: boolean