about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-03-22 16:17:35 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-03-22 16:17:35 +0000
commitcd4a36ec470205f2a48838453cb07c94ec787589 (patch)
tree6b2fd05a1a8b9d1a0f1048eaa4370890a7ba4030
parentfed01ee8141be3cd065132640f0c551544ecca5f (diff)
downloadrust-cd4a36ec470205f2a48838453cb07c94ec787589.tar.gz
rust-cd4a36ec470205f2a48838453cb07c94ec787589.zip
Correctly quote env vars in single quoted string in bash
-rw-r--r--src/tools/miri/.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/.github/workflows/ci.yml b/src/tools/miri/.github/workflows/ci.yml
index 2d487cb8f09..da1c2f770ac 100644
--- a/src/tools/miri/.github/workflows/ci.yml
+++ b/src/tools/miri/.github/workflows/ci.yml
@@ -174,7 +174,7 @@ jobs:
           ~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure (miri, $(date -u +%Y-%m))" \
             --message 'Dear @*T-miri*,
 
-          It would appear that the [Miri cron job build](https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID) failed.
+          It would appear that the [Miri cron job build]('"https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"') failed.
           
           This likely means that rustc changed the miri directory and
           we now need to do a [`./miri rustc-pull`](https://github.com/rust-lang/miri/blob/master/CONTRIBUTING.md#importing-changes-from-the-rustc-repo).