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."
inputs:
#args:
# description: "Shell arguments to pass into Rocky Linux."
# required: true
workingDir:
description: "Working directory to execute the commands in."
required: true
@@ -16,4 +13,3 @@ runs:
image: Dockerfile
args:
- "${{ inputs.workingDir }}"
#- "${{ inputs.args }}"