--- name: "Mage Action" description: "Runs a mage target in the defined in the project's repository" inputs: target: description: "The mage target to run" required: true runs: using: "docker" image: "Dockerfile" entrypoint: "mage" args: - -v - ${{ inputs.target }}