enbas/.forgejo/actions/mage/action.yaml
Dan Anglin 91c2ffeb93
Some checks failed
Tests / test (pull_request) Failing after 4s
run mage action without input (error expected)
2024-08-17 18:13:56 +01:00

16 lines
274 B
YAML

---
name: "Enbas Mage Target"
description: "Runs a mage target for the Enbas project"
inputs:
target:
description: "The mage target to run"
required: true
runs:
using: "docker"
image: "Dockerfile"
entrypoint: "mage"
args:
- -v
- ${{ inputs.target }}