Skip to content

Commit

Permalink
Update build_all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whyakari authored Aug 14, 2024
1 parent 7f1deec commit ddf8dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: MoeKernel/[email protected]
with:
depth: 1
branch: ${{ matrix.build_type == 'KSU' && 'fourteen' || matrix.build_type == 'KSU_DYNAMIC' && 'fourteen_dynamic' || matrix.build_type == 'NO-KSU' && 'without-ksu' || matrix.build_type == 'NOKSU_DYNAMIC' && 'fourteen_dynamic_noksu' }}
branch: ${{ matrix.build_type == 'KSU' && 'fourteen' || matrix.build_type == 'KSU_DYNAMIC' && 'fourteen_dynamic' || matrix.build_type == 'NO-KSU' && 'noksu' || matrix.build_type == 'NOKSU_DYNAMIC' && 'fourteen_dynamic_noksu' }}
owner: 'MoeKernel'
repository: 'android_kernel_xiaomi_ginkgo'

Expand Down

0 comments on commit ddf8dae

Please sign in to comment.