浏览代码

Remove logs input from GitHub Actions workflow

Removed 'logs' input option from workflow configuration.
jimsterino98 5 月之前
父节点
当前提交
d7190c9e54
共有 1 个文件被更改,包括 0 次插入10 次删除
  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 }}