From 414f51f1100a105cd0bdace884b08d3a1b514c79 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Fri, 20 Mar 2026 15:21:10 -0700 Subject: [PATCH] remove extra quoteo --- .azure-pipelines/templates/stages/notify-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/stages/notify-stage.yml b/.azure-pipelines/templates/stages/notify-stage.yml index 6ef6d8616..e1ea4871f 100644 --- a/.azure-pipelines/templates/stages/notify-stage.yml +++ b/.azure-pipelines/templates/stages/notify-stage.yml @@ -16,5 +16,5 @@ stages: source venv/bin/activate tools/pip_install.py requests AUTHOR_NAME="$(git log -1 --pretty=format:'%an')" - tools/notify_mattermost.py" "${AUTHOR_NAME}" $(webhook_url.secureFilePath) + tools/notify_mattermost.py "${AUTHOR_NAME}" $(webhook_url.secureFilePath) displayName: Send mattermost message