Browse Source

Fix comment formatting in action.yml

James McConnell 4 tháng trước cách đây
mục cha
commit
26b6486de8
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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