This commit is contained in:
2023-03-22 02:12:17 -07:00
parent 2d58a306c2
commit 395ada868d

View File

@@ -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 }}"