Explorar o código

Replace direct config append with script command

jimsterino98 hai 1 mes
pai
achega
98bd76b4eb
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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
+