From a215128d74dcfd0ecc6f84a202df7dbd0166dfe8 Mon Sep 17 00:00:00 2001 From: Igor Date: Wed, 12 Nov 2025 18:28:57 +0100 Subject: [PATCH] Update GitHub Action to use specific patch branch --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index ded0075..663c475 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -36,7 +36,7 @@ jobs: name: "${{ matrix.os }},${{ matrix.board }}${{ matrix.extension }}" steps: - - uses: armbian/build@main + - uses: armbian/build@igorpecovnik-patch-3 with: # mandatory armbian_token: "${{ secrets.GITHUB_TOKEN }}" # GitHub installation access token