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 }}