diff --git a/action.yml b/action.yml index 7867f8c..9ae3ffc 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,7 @@ outputs: runs: using: docker image: Dockerfile + args: + - ${{ inputs.target }} env: - INPUT_TARGET: ${{ inputs.target}} \ No newline at end of file + INPUT_TARGET: ${{ inputs.target}}