Update action.yml (#2)

This commit is contained in:
Igor
2023-12-30 12:13:25 +01:00
committed by GitHub
parent 16f130dca5
commit cc30b690bc

View File

@@ -32,15 +32,14 @@ jobs:
- uses: igorpecovnik/build@main # #uses: armbian/build@AR-1459
with:
# mandatory
armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub installation access token
armbian_target: "armbian-images" # build configuration from userpatches
armbian_kernel_branch: "current" # branch: legacy, current, edge, etc.
armbian_branch: "main" # build framework branch
armbian_release: "${{ matrix.os }}" # userspace: jammy, bookworm, trixie, etc.
armbian_board: "${{ matrix.board }}" # board build target
armbian_ui: "minimal" # minimal, server, xfce, gnome, etc.
# optional
armbian_extensions: "docker-ce,sdk${{ matrix.extension }}" # enable extensions
armbian_release_tittle: "Armbian SDK"
armbian_release_body: "Virtual images for x86 and arm64"
armbian_pgp_key: "${{ secrets.GPG_KEY1 }}"
armbian_pgp_password: "${{ secrets.GPG_PASSPHRASE1 }}"
armbian_release_tittle: "Armbian SDK" # release tittle
armbian_release_body: "Virtual images for x86 and arm64" # release body
armbian_pgp_key: "${{ secrets.GPG_KEY1 }}" # key for signing
armbian_pgp_password: "${{ secrets.GPG_PASSPHRASE1 }}" # password for key