Kaynağa Gözat

Delete 'chroot' input from main.yml

Removed 'chroot' input from workflow configuration.
jimsterino98 1 ay önce
ebeveyn
işleme
5e2272186e
1 değiştirilmiş dosya ile 0 ekleme ve 7 silme
  1. 0 7
      .github/workflows/main.yml

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

@@ -59,12 +59,6 @@ on:
         type: boolean
         default: true
 
-      chroot:
-        description: "Ubuntu-chroot"
-        required: false
-        type: boolean
-        default: false
-
       ntsync:
         description: "NTsync"
         required: false
@@ -120,7 +114,6 @@ jobs:
       nomount: ${{ inputs.nomount }}
       ksun: ${{ inputs.ksun }}
       droidspace: ${{ inputs.droidspace }}
-      chroot: ${{ inputs.chroot }}
       ntsync: ${{ inputs.ntsync }}
       bbrv1: ${{ inputs.bbrv1 }}
       bbrv3: ${{ inputs.bbrv3 }}