From 12949c8acd9120a5c9d75a6b53ce667f586a82de Mon Sep 17 00:00:00 2001 From: SkqLiao Date: Sat, 15 Mar 2025 01:47:14 +0800 Subject: [PATCH] fix default options --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index c8a87a4..d8f199a 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -6,7 +6,7 @@ on: job_to_run: description: "Which job to run?" required: true - default: "install&test" + default: "install-test" type: choice options: - create-install-test