enbas/.forgejo/actions/mage/action.yaml

17 lines
273 B
YAML
Raw Normal View History

---
2024-08-17 18:17:44 +01:00
name: "Enbas Mage Action"
description: "Runs a mage target in the Enbas project"
inputs:
target:
description: "The mage target to run"
required: true
runs:
using: "docker"
image: "Dockerfile"
entrypoint: "mage"
args:
- -v
- ${{ inputs.target }}