Skip to content

Commit

Permalink
fix: remove verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 committed Mar 21, 2024
1 parent 146f9f5 commit f8df812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
--head ${GITHUB_REF#refs/heads/} \
--base 'master' \
--json title \
--verbose
--jq 'length') || 0
echo $prs
if ((prs > 0)); then
Expand Down

0 comments on commit f8df812

Please sign in to comment.