mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
Update mikrotik_patch_7.yml
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
ece607c8f7
commit
49f4ad0a59
4
.github/workflows/mikrotik_patch_7.yml
vendored
4
.github/workflows/mikrotik_patch_7.yml
vendored
@ -58,8 +58,8 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [${{ github.event.inputs.arch }}]
|
arch: ${{ fromJSON(format('["{0}"]', join('","', split(github.event.inputs.arch, ','))) }}
|
||||||
channel: [${{ github.event.inputs.channel }}]
|
channel: ${{ fromJSON(format('["{0}"]', join('","', split(github.event.inputs.channel, ','))) }}
|
||||||
env:
|
env:
|
||||||
TZ: 'Asia/Shanghai'
|
TZ: 'Asia/Shanghai'
|
||||||
LATEST_VERSION: ""
|
LATEST_VERSION: ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user