mirror of
https://github.com/blueprint-community/action-export.git
synced 2026-02-18 20:01:55 +00:00
feat: add blueprint-managed readme
This commit is contained in:
18
README.md
18
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
|
||||
<!-- START BLUEPRINT-MANAGED README -->
|
||||
|
||||
> [!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).
|
||||
|
||||
<br>
|
||||
|
||||
<h2 align="center"> Blueprint Export Action </h2>
|
||||
<p align="center"> This GitHub Action can be used to export the source code of a blueprint addon to a .blueprint file </p>
|
||||
|
||||
<br>
|
||||
|
||||
<!-- END BLUEPRINT-MANAGED README -->
|
||||
|
||||
## 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 }}`
|
||||
|
||||
Reference in New Issue
Block a user