Skip to content

Commit 3c2adeb

Browse files
committed
Auto merge of rust-lang#2822 - oli-obk:rustup, r=oli-obk
Correctly quote env vars in single quoted string in bash single quotes don't allow env vars. So we unquote the single quote, start a double quote for where we use env vars and then unquote the double quote and continue with the single quote.
2 parents ce4b118 + cd4a36e commit 3c2adeb

File tree

1 file changed

+1
-1
lines changed
  • src/tools/miri/.github/workflows

1 file changed

+1
-1
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
~/.local/bin/zulip-send --stream miri --subject "Cron Job Failure (miri, $(date -u +%Y-%m))" \
175175
--message 'Dear @*T-miri*,
176176
177-
It would appear that the [Miri cron job build](https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID) failed.
177+
It would appear that the [Miri cron job build]('"https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"') failed.
178178
179179
This likely means that rustc changed the miri directory and
180180
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).

0 commit comments

Comments
 (0)