Quellcode durchsuchen

Fix EOF delimiter in action.yml for cat command

jimsterino98 vor 2 Monaten
Ursprung
Commit
93524d288f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/actions/configs/action.yml

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

@@ -46,7 +46,7 @@ runs:
      if [ -n "$target_config" ]; then
       echo "Nuking Samsung Knox/Root protection in: $target_config"
          
-     cat >> "$target_config" << EOF
+     cat >> "$target_config" << 'EOF'
      CONFIG_UH=n
      CONFIG_UH_RKP=n
      CONFIG_UH_LKMAUTH=n