test
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
name: rockylinux
|
name: rockylinux2
|
||||||
description: "Run rockylinux commands."
|
description: "Run rockylinux commands."
|
||||||
inputs:
|
inputs:
|
||||||
#args:
|
|
||||||
# description: "Shell arguments to pass into Rocky Linux."
|
|
||||||
# required: true
|
|
||||||
workingDir:
|
workingDir:
|
||||||
description: "Working directory to execute the commands in."
|
description: "Working directory to execute the commands in."
|
||||||
required: true
|
required: true
|
||||||
@@ -15,5 +12,4 @@ runs:
|
|||||||
using: docker
|
using: docker
|
||||||
image: Dockerfile
|
image: Dockerfile
|
||||||
args:
|
args:
|
||||||
- "${{ inputs.workingDir }}"
|
- "${{ inputs.workingDir }}"
|
||||||
#- "${{ inputs.args }}"
|
|
||||||
Reference in New Issue
Block a user