From baf8bde01b1f16a4a981fe0a34b4020b93e74c5c Mon Sep 17 00:00:00 2001 From: ivan-aksamentov Date: Tue, 28 Jan 2025 13:58:07 +0100 Subject: [PATCH] fix: escape backticks in heredoc --- scripts/update_sc2_datasets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/update_sc2_datasets b/scripts/update_sc2_datasets index b145a31d..c26c330e 100755 --- a/scripts/update_sc2_datasets +++ b/scripts/update_sc2_datasets @@ -97,9 +97,9 @@ function pr_body() { cat <<~~ Automatically update SARS-CoV-2 datasets. -This requires scientific review. Once this PR is merged to `master`, the data will be available on [master.clades.nextstrain.org](https://master.clades.nextstrain.org/) and for Nextclade CLI with `--dataset-server=https://data.master.clades.nextstrain.org`. +This requires scientific review. Once this PR is merged to \`master\`, the data will be available on [master.clades.nextstrain.org](https://master.clades.nextstrain.org/) and for Nextclade CLI with \`--dataset-server=https://data.master.clades.nextstrain.org\`. -Like usual, the manual fast-forward of `release` branch to `master` branch is needed if you want these changes to be released, to appear on [clades.nextstrain.org](https://clades.nextstrain.org/) and be available for Nextclade CLI. +Like usual, the manual fast-forward of \`release\` branch to \`master\` branch is needed if you want these changes to be released, to appear on [clades.nextstrain.org](https://clades.nextstrain.org/) and be available for Nextclade CLI. Here are some links to facilitate the review: @@ -115,7 +115,7 @@ Note: this pull request is submitted automatically. See: [.github/workflows/upda --- -⚠️ WARNING: do not push any changes to this branch (`${BRANCH}`). The branch can be deleted or overwritten by the automation. If you want to add changes, create a new branch based on this branch and push there instead. +⚠️ WARNING: do not push any changes to this branch (\`${BRANCH}\`). The branch can be deleted or overwritten by the automation. If you want to add changes, create a new branch based on this branch and push there instead. ~~