From 22f6193ac1f26c199418e364efe5883ba1b988c8 Mon Sep 17 00:00:00 2001 From: Ben Kimock Date: Thu, 14 Mar 2024 18:43:04 -0400 Subject: [PATCH] Apply the same shell quoting trick we use in the URL to --- src/tools/miri/.github/workflows/sysroots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/miri/.github/workflows/sysroots.yml b/src/tools/miri/.github/workflows/sysroots.yml index 456c47f9fb7..73a10768db9 100644 --- a/src/tools/miri/.github/workflows/sysroots.yml +++ b/src/tools/miri/.github/workflows/sysroots.yml @@ -53,7 +53,7 @@ jobs: ~/.local/bin/zulip-send --user $ZULIP_BOT_EMAIL --api-key $ZULIP_API_TOKEN --site https://rust-lang.zulipchat.com \ --stream miri --subject "Sysroot Build Errors ($(date -u +%Y-%m))" \ --message 'It would appear that the [Miri sysroots cron job build]('"https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"') failed to build these targets: - $(ls failures) + '"$(ls failures)"' Would you mind investigating this issue?