From da5987ee1ac5f8fbd28e14440b464e561a326151 Mon Sep 17 00:00:00 2001 From: aileot <46470475+aileot@users.noreply.github.com> Date: Mon, 20 Oct 2025 06:30:16 +0900 Subject: [PATCH] ci(luarocks): remove default input The default input 'main' has affected luarocks version? --- .github/workflows/luarocks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/luarocks.yml b/.github/workflows/luarocks.yml index 98eae762..48b967de 100644 --- a/.github/workflows/luarocks.yml +++ b/.github/workflows/luarocks.yml @@ -6,7 +6,7 @@ on: ref: description: 'tag/branch/commit to be uploaded to luarocks' required: true - default: 'main' + default: '' type: string push: tags: