Browse Source

Update mikrotik_patch_7.yml

Signed-off-by: elseif <elseif@live.cn>
pull/110/head
elseif 1 year ago
committed by GitHub
parent
commit
49f4ad0a59
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/mikrotik_patch_7.yml

4
.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: ""

Loading…
Cancel
Save