From 34ea2fa94fcfc5b5fde6ad50152bcbc109c60028 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:47:56 +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 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"