fix
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
name: busybox
|
||||
description: "Run busybox commands."
|
||||
inputs:
|
||||
args:
|
||||
description: "Shell arguments to pass into busybox."
|
||||
command:
|
||||
description: "Shell command to pass into busybox."
|
||||
required: true
|
||||
outputs:
|
||||
console:
|
||||
@@ -11,4 +11,4 @@ runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
args:
|
||||
- ${{ inputs.args }}
|
||||
- ${{ inputs.command }}
|
||||
@@ -1,14 +1,13 @@
|
||||
name: rockylinux4
|
||||
name: rockylinux
|
||||
description: "Run rockylinux commands."
|
||||
inputs:
|
||||
command:
|
||||
description: "Shell command to pass into Rocky Linux."
|
||||
required: true
|
||||
workingDir:
|
||||
description: "Working directory to execute the commands in."
|
||||
required: true
|
||||
default: "."
|
||||
arguments:
|
||||
description: "Working directory to execute the commands in."
|
||||
required: true
|
||||
default: "."
|
||||
outputs:
|
||||
console:
|
||||
description: "The console output of the command."
|
||||
@@ -17,4 +16,4 @@ runs:
|
||||
image: Dockerfile
|
||||
args:
|
||||
- "${{ inputs.workingDir }}"
|
||||
- "${{ inputs.arguments }}"
|
||||
- "${{ inputs.args }}"
|
||||
Reference in New Issue
Block a user