diff --git a/action.yml b/action.yml index 64b81d2..49455bc 100644 --- a/action.yml +++ b/action.yml @@ -32,6 +32,8 @@ runs: using: "docker" image: "Dockerfile" args: + - ${{ inputs.path }} - ${{ inputs.updpkgsums }} + - ${{ inputs.srcinfo }} - ${{ inputs.flags }} - ${{ inputs.namcap }}