mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
Add 'development' option to channel input
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
18fd42ae68
commit
ea433daaf8
3
.github/workflows/patch_v7.yml
vendored
3
.github/workflows/patch_v7.yml
vendored
@ -3,7 +3,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
channel:
|
channel:
|
||||||
description: 'Channel (stable, long-term, testing)'
|
description: 'Channel (stable, long-term, testing, development)'
|
||||||
required: true
|
required: true
|
||||||
default: 'stable'
|
default: 'stable'
|
||||||
type: choice
|
type: choice
|
||||||
@ -11,6 +11,7 @@ on:
|
|||||||
- stable
|
- stable
|
||||||
- long-term
|
- long-term
|
||||||
- testing
|
- testing
|
||||||
|
- development
|
||||||
arch:
|
arch:
|
||||||
description: 'Architecture (x86, arm64)'
|
description: 'Architecture (x86, arm64)'
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user