Files
common/dotnet/action.yaml
2023-03-22 02:09:29 -07:00

11 lines
218 B
YAML

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 }}