fix
This commit is contained in:
6
.github/workflows/lo-test.yml
vendored
6
.github/workflows/lo-test.yml
vendored
@@ -8,6 +8,10 @@ on:
|
|||||||
description: 'select device to build'
|
description: 'select device to build'
|
||||||
default: 'r2s'
|
default: 'r2s'
|
||||||
required: false
|
required: false
|
||||||
|
branch:
|
||||||
|
description: 'seleclt openwrt branch'
|
||||||
|
default: 'master'
|
||||||
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@@ -16,7 +20,7 @@ jobs:
|
|||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
env:
|
env:
|
||||||
DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }}
|
DEVICE: ${{ github.event.client_payload.device || github.event.inputs.device }}
|
||||||
BRANCH: ${{ github.event.client_payload.branch }}
|
BRANCH: ${{ github.event.client_payload.branch || github.event.inputs.branch }}
|
||||||
TG: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
TG: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||||
if: github.repository_owner=='klever1988'
|
if: github.repository_owner=='klever1988'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user