This commit is contained in:
2023-03-22 02:13:12 -07:00
parent 395ada868d
commit ea51e2318c
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
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 }}"