Sfoglia il codice sorgente

Add ntsync input option to workflow

jimsterino98 5 mesi fa
parent
commit
c178a86d12
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      .github/workflows/main.yml

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

@@ -80,6 +80,15 @@ on:
           - no
         default: no
 
+      ntsync:
+        description: "add ntsync?"
+        required: true
+        type: choice
+        options:
+          - yes
+          - no
+        default: no
+
 jobs:
 
   build-samsung:
@@ -93,6 +102,7 @@ jobs:
       wksu: ${{ inputs.wksu }}
       droidspace: ${{ inputs.droidspace }}
       logs: ${{ inputs.logs }}
+      ntsync: ${{ inputs.ntsync }}
 
   release:
     runs-on: ubuntu-latest