Explorar o código

Fix comment formatting in action.yml

James McConnell hai 4 meses
pai
achega
26b6486de8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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