فهرست منبع

Add droidspace support option to workflow

jimsterino98 5 ماه پیش
والد
کامیت
b44cf8a3cc
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      .github/workflows/main.yml

+ 10 - 0
.github/workflows/main.yml

@@ -62,6 +62,15 @@ on:
           - no
         default: yes
 
+      droidspace:
+        description: "add droidspace support?"
+        required: true
+        type: choice
+        options:
+          - yes
+          - no
+        default: no
+
 jobs:
 
   build-samsung:
@@ -73,6 +82,7 @@ jobs:
       unicodefix: ${{ inputs.unicodefix }}
       zeromount: ${{ inputs.zeromount }}
       wksu: ${{ inputs.wksu }}
+      droidspace: ${{ inputs.droidspace }}
 
   release:
     runs-on: ubuntu-latest