From 99e0f07522406cbeddde8b91cafd8c4fc1bdf32e Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Thu, 5 Jun 2025 12:28:38 +0200 Subject: [PATCH] Add missing brackets in action Signed-off-by: Petr "Stone" Hracek --- .github/workflows/auto-merge-on-demand.yml | 2 +- common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-merge-on-demand.yml b/.github/workflows/auto-merge-on-demand.yml index 9341a611..e2e043fe 100644 --- a/.github/workflows/auto-merge-on-demand.yml +++ b/.github/workflows/auto-merge-on-demand.yml @@ -19,7 +19,7 @@ jobs: if: | github.repository_owner == 'sclorg' || (contains(github.event.comment.body, '/auto-merge') - && contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association) + && contains(fromJson('["OWNER", "MEMBER"]'), github.event.comment.author_association)) runs-on: ubuntu-latest outputs: diff --git a/common b/common index a776cb0a..3b998a50 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit a776cb0a28c696c2d8adfc7184968eed48fd6909 +Subproject commit 3b998a502defa3f9ae91888f9687fc1d8e6bfe63