mage-ci/action.yaml

17 lines
286 B
YAML
Raw Normal View History

2024-08-27 18:48:26 +01:00
---
name: "Mage CI Action"
description: "Runs a mage target defined in your project's repository"
inputs:
target:
description: "The mage target to run"
required: true
runs:
using: "docker"
image: "Dockerfile"
entrypoint: "mage"
args:
- -v
- ${{ inputs.target }}