12 lines
211 B
YAML
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 }}
|