Skip to content

Commit

Permalink
fix: escape backticks in heredoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jan 28, 2025
1 parent 588c91c commit baf8bde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/update_sc2_datasets
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
~~
Expand Down

0 comments on commit baf8bde

Please sign in to comment.