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 21454cb commit 740aa8bCopy full SHA for 740aa8b
1 file changed
.github/workflows/Recovery-Compiler.yaml
@@ -36,19 +36,19 @@ on:
36
DEVICE_TREE:
37
description: 'Device Tree'
38
required: true
39
- default: 'https://github.com/TDD788/A12s-DevTree'
+ default: 'https://github.com/TDD788/M12-DevTree'
40
DEVICE_TREE_BRANCH:
41
description: 'Device Tree Branch'
42
43
default: 'DT-Builder'
44
DEVICE_PATH:
45
description: 'Specify your Device Path'
46
47
- default: 'device/samsung/a12s'
+ default: 'device/samsung/m12'
48
DEVICE_NAME:
49
description: 'Specify your Device Codename'
50
51
- default: 'a12s'
+ default: 'm12'
52
RELEASE_TYPE:
53
description: 'Official Build'
54
0 commit comments