From f4c153038a87beb03079e99d9324f537af124521 Mon Sep 17 00:00:00 2001 From: gxz Date: Mon, 18 Mar 2024 18:35:27 +0800 Subject: [PATCH] chore: optimize --- .github/workflows/update_headers.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/update_headers.yml b/.github/workflows/update_headers.yml index 8e028bf..b86face 100644 --- a/.github/workflows/update_headers.yml +++ b/.github/workflows/update_headers.yml @@ -7,10 +7,7 @@ on: description: 'rtc or rtm' default: 'rtc' required: true - type: choice - options: - - rtc - - rtm + type: 'string' version: description: 'version of the native headers' type: 'string'