We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e476c commit 78b73a4Copy full SHA for 78b73a4
.github/workflows/build-kernel-release.yml
@@ -14,14 +14,14 @@ on:
14
default: true
15
16
jobs:
17
- #build-kernel-gs201:
18
- # uses: ./.github/workflows/sultan.yml
19
- # secrets: inherit
20
- # with:
21
- # codename: "gs201"
22
- # repo: "android_kernel_google_gs201"
23
- # android_version: "android13"
24
- # kernel_version: "5.10"
+ build-kernel-gs201:
+ uses: ./.github/workflows/sultan.yml
+ secrets: inherit
+ with:
+ codename: "gs201"
+ repo: "android_kernel_google_gs201"
+ android_version: "android13"
+ kernel_version: "5.10"
25
26
build-kernel-zuma:
27
uses: ./.github/workflows/sultan.yml
0 commit comments