Files
common/distros/rockylinux4/action.yaml
2023-03-22 02:13:12 -07:00

15 lines
335 B
YAML

name: rockylinux4
description: "Run rockylinux commands."
inputs:
workingDir:
description: "Working directory to execute the commands in."
required: true
default: "."
outputs:
console:
description: "The console output of the command."
runs:
using: docker
image: Dockerfile
args:
- "${{ inputs.workingDir }}"