From 7b7ce937499388487bb8c23d69f83071836370cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Diamond?= <32074058+Andre-Diamond@users.noreply.github.com> Date: Tue, 23 Apr 2024 09:41:21 +0200 Subject: [PATCH] Update meeting summaries retrieval and commit process --- .github/workflows/commit-meeting-summaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-meeting-summaries.yml b/.github/workflows/commit-meeting-summaries.yml index 87e6612..81c7a55 100644 --- a/.github/workflows/commit-meeting-summaries.yml +++ b/.github/workflows/commit-meeting-summaries.yml @@ -19,7 +19,7 @@ jobs: echo "Response from updateGitHubRepo: $response" # Check if the response indicates success - if echo "$response" | grep -q '"message": "Meeting summaries updated successfully"'; then + if echo "$response" | grep -q '{"message": "Meeting summaries updated successfully"}'; then echo "Meeting summaries updated successfully" else echo "Error updating meeting summaries"