initial commit
This commit is contained in:
11
dotnet/action.yaml
Normal file
11
dotnet/action.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user