test
This commit is contained in:
19
distros/rockylinux3/action.yaml
Normal file
19
distros/rockylinux3/action.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
name: rockylinux
|
||||
description: "Run rockylinux commands."
|
||||
inputs:
|
||||
#args:
|
||||
# description: "Shell arguments to pass into Rocky Linux."
|
||||
# required: true
|
||||
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 }}"
|
||||
#- "${{ inputs.args }}"
|
||||
Reference in New Issue
Block a user