test
This commit is contained in:
15
distros/rockylinux4/action.yaml
Normal file
15
distros/rockylinux4/action.yaml
Normal 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 }}"
|
||||
Reference in New Issue
Block a user