This commit is contained in:
John Doe
2021-09-09 05:02:06 +08:00
parent d4d43a9049
commit b0c0635315

View File

@@ -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'