This commit is contained in:
remittor
2025-12-29 12:59:05 +03:00
parent 5167d394e1
commit 1ad38544bf

View File

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