Skip to content

Commit

Permalink
use pr repo with new changes in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pykpkg47 committed Dec 12, 2024
1 parent 616be7a commit 19949af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/complete-artifact-one-by-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ on:
required: false
default: ''

armbian_release_tag:
description: 'armbian release tag'
required: false
default: ''

armbian_board:
type: choice
description: 'Board'
Expand Down Expand Up @@ -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}}"
Expand All @@ -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}} "

Expand Down

0 comments on commit 19949af

Please sign in to comment.