Added MinIO
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
name: busybox
|
||||
description: "Run busybox commands."
|
||||
inputs:
|
||||
#Note: Passing in "args" overwrites the arguments passed into the container directly.
|
||||
args:
|
||||
description: "Shell command to pass into busybox."
|
||||
description: "Shell arguments to pass into busybox."
|
||||
required: true
|
||||
outputs:
|
||||
console:
|
||||
@@ -12,4 +11,4 @@ runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
args:
|
||||
- ${{ inputs.args }}
|
||||
- ${{ inputs.args }}
|
||||
|
||||
Reference in New Issue
Block a user