We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1986e39 commit f2a0b53Copy full SHA for f2a0b53
1 file changed
.github/workflows/version_bump.yml
@@ -123,7 +123,7 @@ jobs:
123
124
${
125
currentVersion !== newVersion
126
- ? "> ⚠️ **Warning:** The required version ${newVersion} does not match the current version ${currentVersion} inside your VERSION file.
+ ? "> ⚠️ **Warning:** The required version \`${newVersion}\` does not match the current version \`${currentVersion}\` inside your VERSION file.
127
This PR will not be merged unless you bump the version number.\n"
128
: ""
129
}
0 commit comments