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"