diff --git a/.github/workflows/commit-meeting-summaries.yml b/.github/workflows/commit-meeting-summaries.yml index 81c7a55..6e42b4e 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 -qE '\{"message":\s*"Meeting summaries updated successfully"\}'; then echo "Meeting summaries updated successfully" else echo "Error updating meeting summaries"