Skip to content

Commit b97c4c5

Browse files
committed
Fix typo in github actrion. Missing brackets
1 parent 4a15253 commit b97c4c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)