Skip to content

Commit

Permalink
Apply the same shell quoting trick we use in the URL to
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin committed Mar 14, 2024
1 parent 1fd2315 commit 0a89734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sysroots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 0a89734

Please sign in to comment.