initial commit
This commit is contained in:
14
distros/busybox/action.yaml
Normal file
14
distros/busybox/action.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: busybox
|
||||
description: "Run busybox commands."
|
||||
inputs:
|
||||
args:
|
||||
description: "Shell arguments to pass into busybox."
|
||||
required: true
|
||||
outputs:
|
||||
console:
|
||||
description: "The console output of the command."
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
args:
|
||||
- ${{ inputs.args }}
|
||||
Reference in New Issue
Block a user