From c15f98aac383fc5bc96199c91ec0363ca9968ad8 Mon Sep 17 00:00:00 2001 From: Zephrynis <132010650+zephrynis@users.noreply.github.com> Date: Tue, 15 Apr 2025 22:09:59 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f21cb8a..a5d6a84 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# blueprint-export -GH Action to export a blueprint addon +# 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 }}` + +An example of this in use can be found [here](https://github.com/zephrynis/ptero-sidebar/blob/main/.github/workflows/export_ext.yml).