From 31118f95c054e69cac5ff88c0a42ffdd04c772db Mon Sep 17 00:00:00 2001 From: Zhenzhen Zhao <229194950@qq.com> Date: Thu, 12 Oct 2023 20:31:48 +0800 Subject: [PATCH] feat: updated .github/blocks/all.json programatically --- .github/blocks/all.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/blocks/all.json diff --git a/.github/blocks/all.json b/.github/blocks/all.json new file mode 100644 index 0000000..f54a9d6 --- /dev/null +++ b/.github/blocks/all.json @@ -0,0 +1,5 @@ +{ + "": { + "default": "githubnext__blocks-examples__overview" + } +} \ No newline at end of file