Explorar el Código

Fix action.yml by adding missing conditional block

jimsterino98 hace 2 meses
padre
commit
70ffe2b394
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/actions/configs/action.yml

+ 1 - 0
.github/actions/configs/action.yml

@@ -73,6 +73,7 @@ runs:
              echo "$config" >> "$target_config"
          fi
      done
+     fi
 
   - name: remove check_defconfig
     shell: bash