Przeglądaj źródła

Replace direct config append with script command

jimsterino98 1 miesiąc temu
rodzic
commit
98bd76b4eb
1 zmienionych plików z 2 dodań i 3 usunięć
  1. 2 3
      .github/actions/ntsync/action.yml

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

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