From 70f4800d26c9b83065b2c9e6758e334dac4b59b8 Mon Sep 17 00:00:00 2001 From: Akari Date: Sun, 25 Aug 2024 22:37:04 -0300 Subject: [PATCH] Update build_all.yml --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index ce11d8c..72517f7 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -54,7 +54,7 @@ jobs: uses: MoeKernel/github-repo-action@v3.1 id: clone_scripts with: - branch: ${{ matrix.build_type == 'KSU' && 'ksu' || matrix.build_type == 'KSU_DYNAMIC' && 'ksu_dynamic' || matrix.build_type == 'NO-KSU' && 'without-ksu' || matrix.build_type == 'NOKSU_DYNAMIC' && 'noksu_dynamic' }} + branch: ${{ matrix.build_type == 'KSU' && 'ksu' || matrix.build_type == 'KSU_DYNAMIC' && 'ksu_dynamic' || matrix.build_type == 'NO-KSU' && 'noksu' || matrix.build_type == 'NOKSU_DYNAMIC' && 'noksu_dynamic' }} owner: 'MoeKernel' repository: 'scripts'