Files
common/dotnet/action.yaml
2023-04-27 23:18:14 -07:00

12 lines
211 B
YAML

name: dotnet
description: "Run a dotnet command."
inputs:
command:
description: "Dotnet command to run."
required: false
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.command }}