mirror of
https://github.com/blueprint-community/action-export.git
synced 2026-02-18 11:51:54 +00:00
9 lines
184 B
YAML
9 lines
184 B
YAML
name: 'Blueprint Export'
|
|
description: 'Exports a blueprint addon'
|
|
outputs:
|
|
file:
|
|
description: 'The path to the exported addon file'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|