Skip to content

Commit

Permalink
Fix brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Neidhart authored Sep 9, 2024
1 parent febc371 commit 152ce3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mavenLicenseCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
if: >
github.event_name != 'issue_comment' ||
(github.event.issue.pull_request &&
(github.event.comment.body == '/request-license-review') ||
(github.event.comment.body == '/license-check')))
(github.event.comment.body == '/request-license-review' ||
github.event.comment.body == '/license-check'))
runs-on: ubuntu-latest
outputs:
request-review: ${{ steps.request-review.outputs.request-review }}
Expand Down

0 comments on commit 152ce3c

Please sign in to comment.