Przeglądaj źródła

Remove logs input from GitHub Actions workflow

Removed 'logs' input option from workflow configuration.
jimsterino98 5 miesięcy temu
rodzic
commit
d7190c9e54
1 zmienionych plików z 0 dodań i 10 usunięć
  1. 0 10
      .github/workflows/main.yml

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

@@ -71,15 +71,6 @@ on:
           - no
         default: no
 
-      logs:
-        description: "disable logs and debugging?"
-        required: true
-        type: choice
-        options:
-          - yes
-          - no
-        default: no
-
       ntsync:
         description: "add ntsync?"
         required: true
@@ -101,7 +92,6 @@ jobs:
       zeromount: ${{ inputs.zeromount }}
       wksu: ${{ inputs.wksu }}
       droidspace: ${{ inputs.droidspace }}
-      logs: ${{ inputs.logs }}
       ntsync: ${{ inputs.ntsync }}
       release_type: ${{ inputs.release_type }}