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 c675a74 commit 710afd1Copy full SHA for 710afd1
.github/workflows/opace2pro.yml
@@ -0,0 +1,19 @@
1
+name: OP-ACE-2-PRO
2
+permissions:
3
+ contents: write # Allow writing to repository contents (for pushing tags)
4
+ actions: write # Allows triggering actions
5
+
6
+on:
7
+ workflow_call: # This allows this workflow to be called from another workflow
8
9
+jobs:
10
+ build-kernel-opace2pro-kernelsu-susfs:
11
+ uses: ./.github/workflows/build.yml
12
+ secrets: inherit
13
+ with:
14
+ model: "OP-ACE-2-PRO"
15
+ soc: "kalama"
16
+ branch: "oneplus/sm8550"
17
+ manifest: "oneplus_ace2pro_v.xml"
18
+ android_version: "android13"
19
+ kernel_version: "5.15"
0 commit comments