Update magisk.yml

This commit is contained in:
Peter Njeim 2022-05-22 01:13:40 -03:00 committed by GitHub
parent a83f0fa0f6
commit d70a5316ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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