Added MinIO
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
name: "dotnet"
|
||||
description: "Runs the specified dotnet command."
|
||||
name: dotnet
|
||||
description: "Run a dotnet command."
|
||||
inputs:
|
||||
command:
|
||||
description: "The command to run."
|
||||
description: "Dotnet command to run."
|
||||
required: false
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.command }}
|
||||
- ${{ inputs.command }}
|
||||
|
||||
Reference in New Issue
Block a user