11 lines
218 B
YAML
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 }} |