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'
|
||||
default: 'r2s'
|
||||
required: false
|
||||
branch:
|
||||
description: 'seleclt openwrt branch'
|
||||
default: 'master'
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -16,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
env:
|
||||
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 }}
|
||||
if: github.repository_owner=='klever1988'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user