Skip to content

Commit c227e42

Browse files
committed
Add missing brackets in action
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent a90beb5 commit c227e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-merge-on-demand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: |
2020
github.repository_owner == 'sclorg'
2121
|| (contains(github.event.comment.body, '/auto-merge')
22-
&& contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)
22+
&& contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association))
2323
runs-on: ubuntu-latest
2424

2525
outputs:

0 commit comments

Comments
 (0)