Skip to content

Commit

Permalink
fix(action): Don't pass args to xargs
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeCantCU committed Dec 19, 2023
1 parent c5d76e1 commit 3ef2cc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ runs:
[[ -n "${{ inputs.strict }}" ]]; ARGUMENTS+=" -s "
[[ -n "${{ inputs.permissive }}" ]]; ARGUMENTS+=" -p "
[[ -n "${{ inputs.rpmfiles }}" ]]; ARGUMENTS+=" ${{ inputs.rpmfiles }} "
ARGUMENTS=$(echo "$ARGUMENTS" | xargs)
rpmlint $ARGUMENTS

0 comments on commit 3ef2cc5

Please sign in to comment.