From d8008cd155dee0ce86e5b6a2f53352c699eb5069 Mon Sep 17 00:00:00 2001 From: Emma Date: Mon, 29 Dec 2025 23:13:23 +0100 Subject: [PATCH] feat: add blueprint-managed readme --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5d6a84..14302b2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ -# Blueprint Export Action -This GitHub Action can be used to export the source code of a blueprint addon to a .blueprint file + + +> [!IMPORTANT] +> This project is an unofficial project hosted on the [`blueprint-community`](https://github.com/blueprint-community) GitHub organization. +> [Blueprint](https://blueprint.zip) does not create, endorse or maintain these projects. +> +> You are free to contribute, fork and reuse sections of this codebase [in accordance with this projects' license](LICENSE). + +
+ +

Blueprint Export Action

+

This GitHub Action can be used to export the source code of a blueprint addon to a .blueprint file

+ +
+ + ## How to Use The action has one output, FILE. This can be used in a workflow with the following variable: `${{ steps.blueprint_build.outputs.FILE }}`