name: "dotnet" description: "Runs the specified dotnet command." inputs: command: description: "The command to run." required: false runs: using: docker image: Dockerfile args: - ${{ inputs.command }}