From a49e8e2481cecc865f03f5506c8ddc8af2da5292 Mon Sep 17 00:00:00 2001 From: subframe7536 <1667077010@qq.com> Date: Wed, 19 Feb 2025 15:37:35 +0800 Subject: [PATCH] improve desc --- .github/workflows/custom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom.yml b/.github/workflows/custom.yml index e824b5a..23e761c 100755 --- a/.github/workflows/custom.yml +++ b/.github/workflows/custom.yml @@ -24,7 +24,7 @@ on: default: false type: boolean feat: - description: 'Enable features, split by "," (add "--feat feat1,feat2" to build args)' + description: 'Enable features, split by `,`, e.g. "cv01,ss02" (add "--feat feat1,feat2" to build args)' required: false default: '' type: string