From 7eaa2eba3d2445ba7eabcba618e3ed58cafcd024 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 29 Sep 2025 06:02:26 +0200 Subject: [PATCH] Bo back to main and drop parameter that is not needed --- .github/workflows/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 71cdd6e..6919c95 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -32,7 +32,7 @@ jobs: runs-on: images steps: - - uses: armbian/build@sdk + - uses: armbian/build@main with: # mandatory armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub installation access token @@ -40,7 +40,6 @@ jobs: armbian_release: "${{ matrix.os }}" # userspace: jammy, bookworm, trixie, etc. armbian_board: "${{ matrix.board }}" # board build target # optional - armbian_release_clean: "true" armbian_ui: "minimal" armbian_extensions: "docker-ce,sdk${{ matrix.extension }}" # enable extensions armbian_release_tittle: "Armbian SDK" # release tittle