Files
common/distros/rockylinux/action.yaml
2023-03-22 02:48:48 -07:00

15 lines
385 B
YAML

name: rockylinux
description: "Run rockylinux commands."
inputs:
#Note: Passing in "args" overwrites the arguments passed into the container directly.
args:
description: "Shell arguments to pass into Rocky Linux."
required: true
outputs:
console:
description: "The console output of the command."
runs:
using: docker
image: Dockerfile
args:
- ${{ inputs.args }}