Files
common/distros/busybox/action.yaml
2023-03-22 02:28:43 -07:00

14 lines
293 B
YAML

name: busybox
description: "Run busybox commands."
inputs:
command:
description: "Shell command to pass into busybox."
required: true
outputs:
console:
description: "The console output of the command."
runs:
using: docker
image: Dockerfile
args:
- ${{ inputs.command }}