build: steady build environment

This commit is contained in:
John Doe
2021-03-16 10:09:46 +08:00
parent 5125672498
commit 832dd6131b

View File

@@ -13,7 +13,7 @@ jobs:
build: build:
name: ${{ github.event.client_payload.device || github.event.inputs.device }} name: ${{ github.event.client_payload.device || github.event.inputs.device }}
runs-on: ubuntu-latest 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 }}
TG: ${{ secrets.TELEGRAM_BOT_TOKEN }} TG: ${{ secrets.TELEGRAM_BOT_TOKEN }}