From b0c063531512425d362cdc07018193ff157dce0a Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 9 Sep 2021 05:02:06 +0800 Subject: [PATCH] fix --- .github/workflows/lo-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lo-test.yml b/.github/workflows/lo-test.yml index 3f0b60d..839a076 100644 --- a/.github/workflows/lo-test.yml +++ b/.github/workflows/lo-test.yml @@ -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'