Quellcode durchsuchen

Replace direct config append with script command

jimsterino98 vor 1 Monat
Ursprung
Commit
98bd76b4eb
1 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  1. 2 3
      .github/actions/ntsync/action.yml

+ 2 - 3
.github/actions/ntsync/action.yml

@@ -21,6 +21,5 @@ runs:
    - name: enable ntsync config
    - name: enable ntsync config
      shell: bash
      shell: bash
      run: |
      run: |
-      cat >> "$GKI_DEFCONFIG" << 'EOF'
-      CONFIG_NTSYNC=y
-      EOF
+      "$COMMON/scripts/config" --file "$GKI_DEFCONFIG" --enable CONFIG_NTSYNC
+