@@ -71,14 +71,14 @@ on:
- no
default: no
- crc:
- description: "disable CRC?"
+ logs:
+ description: "disable logs and debugging?"
required: true
type: choice
options:
- yes
- default: yes
+ default: no
jobs:
@@ -92,7 +92,7 @@ jobs:
zeromount: ${{ inputs.zeromount }}
wksu: ${{ inputs.wksu }}
droidspace: ${{ inputs.droidspace }}
- crc: ${{ inputs.crc }}
+ logs: ${{ inputs.logs }}
release:
runs-on: ubuntu-latest