From 0a89734e50fe500b716bbf519c150d27034ab3a1 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 --- .github/workflows/sysroots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sysroots.yml b/.github/workflows/sysroots.yml index 456c47f9fb..73a10768db 100644 --- a/.github/workflows/sysroots.yml +++ b/.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?