Backticks in Github Actions YAML need escaping
This commit is contained in:
parent
bc1cc8f643
commit
c01341851d
|
@ -288,11 +288,11 @@ jobs:
|
||||||
|
|
||||||
## Urgency guidelines
|
## Urgency guidelines
|
||||||
|
|
||||||
`low-urgency`: update at your own convenience, sometime within our normal update cycle of two weeks
|
\`low-urgency\`: update at your own convenience, sometime within our normal update cycle of two weeks
|
||||||
|
|
||||||
`medium-urgency`: may contain an important stability fix, it is better to update sooner rather than later
|
\`medium-urgency\`: may contain an important stability fix, it is better to update sooner rather than later
|
||||||
|
|
||||||
`high-urgency`: update as soon as you can, this is a critical update required for Nimbus to function correctly
|
\`high-urgency\`: update as soon as you can, this is a critical update required for Nimbus to function correctly
|
||||||
|
|
||||||
## SHA512 checksums
|
## SHA512 checksums
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue