|
|
@@ -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 }}
|
|
|
|