From c6cf32c54ab9c6587391929eb5d648df803e2c67 Mon Sep 17 00:00:00 2001 From: juewuy Date: Thu, 4 Jan 2024 20:10:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0singbox=E5=86=85=E6=A0=B8?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_singbox_core.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_singbox_core.yaml b/.github/workflows/update_singbox_core.yaml index 13875b7..8699731 100644 --- a/.github/workflows/update_singbox_core.yaml +++ b/.github/workflows/update_singbox_core.yaml @@ -1,9 +1,11 @@ name: Update Sing-Box Core on: - schedule: - - cron: 0 20 * * * workflow_dispatch: - + inputs: + tag: + description: 'tag of Sing-Box, such as 1.7.8 ,don't include "v"' + required: true + type: string env: download_tag: ${{ github.event.inputs.tag }} download_version: ''