diff --git a/distros/rockylinux4/action.yaml b/distros/rockylinux4/action.yaml index 39ebe39..478f248 100644 --- a/distros/rockylinux4/action.yaml +++ b/distros/rockylinux4/action.yaml @@ -16,4 +16,5 @@ runs: using: docker image: Dockerfile args: - - "${{ inputs.workingDir }}" \ No newline at end of file + - "${{ inputs.workingDir }}" + - "${{ inputs.arguments }}" \ No newline at end of file