From 4f02cf8b71321177fd8e467f778e124df9fbb43f Mon Sep 17 00:00:00 2001 From: pykpkg47 <118465017+pykpkg47@users.noreply.github.com> Date: Sun, 8 Dec 2024 21:26:15 +0000 Subject: [PATCH] use pr repo with new changes in workflow --- .github/workflows/complete-artifact-one-by-one.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/complete-artifact-one-by-one.yml b/.github/workflows/complete-artifact-one-by-one.yml index 9f1d4e0..33dede8 100644 --- a/.github/workflows/complete-artifact-one-by-one.yml +++ b/.github/workflows/complete-artifact-one-by-one.yml @@ -56,6 +56,11 @@ on: required: false default: '' + armbian_release_tag: + description: 'armbian release tag' + required: false + default: '' + armbian_board: type: choice description: 'Board' @@ -306,7 +311,7 @@ jobs: run: sudo apt update && sudo apt -y install linux-modules-extra-$(uname -r ) - name: Run Armbian Build system - uses: armbian/build@v24.05 + uses: pykpkg47/armbian-build@action with: armbian_token: "${{secrets.GITHUB_TOKEN}}" armbian_target: "${{inputs.armbian_target}}" @@ -317,6 +322,7 @@ jobs: armbian_branch: "${{inputs.armbian_build_branch}}" armbian_version: "${{inputs.armbian_version}}" armbian_artifacts: "${{inputs.armbian_target == 'kernel' && 'build/output/debs/' || inputs.armbian_target =='uboot' && 'build/output/debs/' || 'build/output/images/'}}" + armbian_release_tag: "${{inputs.armbian_release_tag}}" armbian_release_tittle: "Armbian image release for ${{inputs.armbian_board}}" armbian_release_body: " kernel:${{inputs.armbian_kernel_branch}} \n distro: ${{inputs.armbian_release}} \n UI: ${{inputs.armbian_ui}} "