fix: syntax errors

This commit is contained in:
Peter Njeim 2022-08-29 19:35:36 -03:00
parent 7b09d33b6f
commit 4268dc9eb7

View File

@ -88,7 +88,7 @@ jobs:
echo $ARCH echo $ARCH
RELEASE_TYPE="${opts[RELEASE_TYPE,${{ inputs.release_type }}]}" RELEASE_TYPE="${opts[RELEASE_TYPE,${{ inputs.release_type }}]}"
echo $RELEASE_TYPE echo $RELEASE_TYPE
if [ "${{inputs.magisk_ver }} != "None" ]; then if [ "${{inputs.magisk_ver }}" != "None" ]; then
ROOT_SOL="magisk" ROOT_SOL="magisk"
if [ "${{ inputs.magisk_ver }}" != "Custom (URL)" ]; then if [ "${{ inputs.magisk_ver }}" != "Custom (URL)" ]; then
MAGISK_VER="${opts[MAGISK_VER,${{ inputs.magisk_ver }}]}" MAGISK_VER="${opts[MAGISK_VER,${{ inputs.magisk_ver }}]}"
@ -115,7 +115,7 @@ jobs:
GAPPS_VAR="pico" GAPPS_VAR="pico"
fi fi
echo $GAPPS_VAR echo $GAPPS_VAR
if [ "${{inputs.gapps_var }} != "None" ]; then if [ "${{inputs.gapps_var }}" != "None" ]; then
if [ "${{ inputs.gapps_var }}" != "MindTheGapps (URL)" ]; then if [ "${{ inputs.gapps_var }}" != "MindTheGapps (URL)" ]; then
GAPPS_BRAND="OpenGApps" GAPPS_BRAND="OpenGApps"
else else