From cfd463a7fd6b29f1414daaed556f97afc4c2fb9d Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:09:40 +0200 Subject: [PATCH] fix: wrong default on type number --- .github/workflows/release-ota.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-ota.yml b/.github/workflows/release-ota.yml index 52ffdb347a..13424deb03 100644 --- a/.github/workflows/release-ota.yml +++ b/.github/workflows/release-ota.yml @@ -9,12 +9,12 @@ on: limit: description: Number of releases to fetch from MaaAssistantArknights, 2 at least required: false - default: "31" + default: 31 type: number limit_2: description: Number of releases to fetch from MaaRelease required: false - default: "30" + default: 30 type: number env: