Browse Source

Fix output redirection in action.yml

jimsterino98 2 tháng trước cách đây
mục cha
commit
5d03b740a9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/actions/droidspaces/action.yml

+ 1 - 1
.github/actions/droidspaces/action.yml

@@ -20,7 +20,7 @@ runs:
      fi
 
      cd "$GITHUB_WORKSPACE"
-     cat << "$GKI_DEFCONFIG" >> EOF
+     cat >> "$GKI_DEFCONFIG" << EOF
      CONFIG_SYSVIPC=y
      CONFIG_POSIX_MQUEUE=y
      CONFIG_IPC_NS=y