build: steady build environment
This commit is contained in:
2
.github/workflows/lo-test.yml
vendored
2
.github/workflows/lo-test.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user