mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-26 13:14:16 +01:00
Update magisk.yml
This commit is contained in:
parent
a83f0fa0f6
commit
d70a5316ca
9
.github/workflows/magisk.yml
vendored
9
.github/workflows/magisk.yml
vendored
@ -14,7 +14,7 @@ on:
|
||||
release_type:
|
||||
description: "WSA release type"
|
||||
required: true
|
||||
default: "insider fast"
|
||||
default: "retail"
|
||||
type: choice
|
||||
options:
|
||||
- retail
|
||||
@ -33,7 +33,7 @@ on:
|
||||
gapps_variant:
|
||||
description: "Variants of GApps"
|
||||
required: true
|
||||
default: "full"
|
||||
default: "pico"
|
||||
type: choice
|
||||
options:
|
||||
- none
|
||||
@ -49,7 +49,7 @@ on:
|
||||
gapps_version:
|
||||
description: "Android version of GApps"
|
||||
required: true
|
||||
default: "12.1"
|
||||
default: "11.0"
|
||||
type: choice
|
||||
options:
|
||||
- 11.0
|
||||
@ -63,6 +63,9 @@ on:
|
||||
- magisk
|
||||
- none
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
matrix:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user