Explorar el Código

Update action.yml

jimsterino98 hace 4 meses
padre
commit
f559dbe1c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/actions/env-variables/action.yml

+ 1 - 1
.github/actions/env-variables/action.yml

@@ -40,7 +40,7 @@ runs:
        COMMON="$CONFIG"
      elif [[ "${{ inputs.branch }}" == "SM-A566B" || ${{ inputs.branch }} == SM-A055* ]]; then
        COMMON="$CONFIG/kernel-6.6"
-     elif [[ "${{ inputs.branch }}" == "SM-S926B-Oneui8" || ${{ inputs.branch }} == SM-A556* ]]; then
+     elif [[ ${{ inputs.branch }} == SM-S926B* || ${{ inputs.branch }} == SM-A556* ]]; then
        COMMON="$CONFIG/kernel"
      elif [[ "${{ inputs.branch }}" == "SM-A075M-Oneui7" ]]; then
        COMMON="$CONFIG/kernel-5.10"