mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2025-12-31 19:13:39 +05:00
fix 1
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -32,6 +32,7 @@ on:
|
||||
|
||||
env:
|
||||
TEST_BUILD: ${{ github.event.inputs.test_build == 'true' }}
|
||||
TARGET_ARCH: ${{ github.event.inputs.target_arch }}
|
||||
FAKE_BUILD: ${{ github.event.inputs.fake_build == 'true' }}
|
||||
TAG_SUFFIX: ${{ github.event.inputs.fake_build == 'true' && '-fake' || github.event.inputs.test_build == 'true' && '-test' || '' }}
|
||||
REPO_URL: https://github.com/openwrt-xiaomi/openwrt
|
||||
@@ -60,6 +61,9 @@ jobs:
|
||||
fw_date: ${{ steps.gh.outputs.fw_date }}
|
||||
fw_ver: ${{ steps.gh.outputs.fw_ver }}
|
||||
is_active: ${{ steps.activity.outputs.is_active }}
|
||||
test_build: ${{ env.TEST_BUILD }}
|
||||
target_arch: ${{ env.TARGET_ARCH }}
|
||||
fake_build: ${{ env.FAKE_BUILD }}
|
||||
steps:
|
||||
- name: Get repo data via GH API
|
||||
id: gh
|
||||
|
||||
Reference in New Issue
Block a user