From 49f4ad0a5965513cebb7253e85ec66b5ac4ab14b Mon Sep 17 00:00:00 2001 From: elseif Date: Tue, 18 Feb 2025 15:02:01 +0800 Subject: [PATCH] Update mikrotik_patch_7.yml Signed-off-by: elseif --- .github/workflows/mikrotik_patch_7.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mikrotik_patch_7.yml b/.github/workflows/mikrotik_patch_7.yml index f0a2aa4..ef45439 100644 --- a/.github/workflows/mikrotik_patch_7.yml +++ b/.github/workflows/mikrotik_patch_7.yml @@ -58,8 +58,8 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - arch: [${{ github.event.inputs.arch }}] - channel: [${{ github.event.inputs.channel }}] + arch: ${{ fromJSON(format('["{0}"]', join('","', split(github.event.inputs.arch, ','))) }} + channel: ${{ fromJSON(format('["{0}"]', join('","', split(github.event.inputs.channel, ','))) }} env: TZ: 'Asia/Shanghai' LATEST_VERSION: ""