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: release_type:
description: "WSA release type" description: "WSA release type"
required: true required: true
default: "insider fast" default: "retail"
type: choice type: choice
options: options:
- retail - retail
@ -33,7 +33,7 @@ on:
gapps_variant: gapps_variant:
description: "Variants of GApps" description: "Variants of GApps"
required: true required: true
default: "full" default: "pico"
type: choice type: choice
options: options:
- none - none
@ -49,7 +49,7 @@ on:
gapps_version: gapps_version:
description: "Android version of GApps" description: "Android version of GApps"
required: true required: true
default: "12.1" default: "11.0"
type: choice type: choice
options: options:
- 11.0 - 11.0
@ -63,6 +63,9 @@ on:
- magisk - magisk
- none - none
permissions:
contents: write
jobs: jobs:
matrix: matrix:
runs-on: ubuntu-latest runs-on: ubuntu-latest