fix
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
name: busybox
|
||||
description: "Run busybox commands."
|
||||
inputs:
|
||||
args:
|
||||
description: "Shell arguments to pass into busybox."
|
||||
command:
|
||||
description: "Shell command to pass into busybox."
|
||||
required: true
|
||||
outputs:
|
||||
console:
|
||||
@@ -11,4 +11,4 @@ runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
args:
|
||||
- ${{ inputs.args }}
|
||||
- ${{ inputs.command }}
|
||||
Reference in New Issue
Block a user