We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc50dad commit a6af640Copy full SHA for a6af640
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