Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jan 8, 2025
1 parent b242187 commit db5c540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/renovate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
if: ${{ inputs.reviewers != '' }}
shell: pwsh
run: |
if (${{ inputs.reviewers }} -contains ',')
if ('${{ inputs.reviewers }}'' -contains ',')
{
$array = '${{ inputs.reviewers }}' -split ',' | ForEach-Object { $PSItem.Trim() } | ConvertTo-Json -Compress
}
Expand Down

0 comments on commit db5c540

Please sign in to comment.