Quellcode durchsuchen

Fix comment formatting in action.yml

James McConnell vor 4 Monaten
Ursprung
Commit
26b6486de8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      .github/actions/misc/action.yml

+ 2 - 2
.github/actions/misc/action.yml

@@ -36,6 +36,6 @@ runs:
         set -euo pipefail
         echo "Add Build based configs"
         cat >> "${{ github.workspace }}/wild_gki.fragment" << 'EOF'
-        #CONFIG_ANDROID_BINDER_IPC_RUST is not set
+        # CONFIG_ANDROID_BINDER_IPC_RUST is not set
         CONFIG_ANDROID_BINDER_IPC_RUST_DUMMY=m
-        EOF
+        EOF