This commit is contained in:
2023-03-22 02:48:48 -07:00
parent a8c2a46f2d
commit 5aa22ee508
7 changed files with 13 additions and 16 deletions

View File

@@ -1,7 +1,8 @@
name: busybox
description: "Run busybox commands."
inputs:
command:
#Note: Passing in "args" overwrites the arguments passed into the container directly.
args:
description: "Shell command to pass into busybox."
required: true
outputs:
@@ -11,4 +12,4 @@ runs:
using: docker
image: Dockerfile
args:
- ${{ inputs.command }}
- ${{ inputs.args }}