ソースを参照

Fix comment formatting in action.yml

James McConnell 4 ヶ月 前
コミット
26b6486de8
1 ファイル変更2 行追加2 行削除
  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