We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c9ad6 commit a5076d9Copy full SHA for a5076d9
.github/workflows/linters.yml
@@ -78,7 +78,7 @@ jobs:
78
echo
79
echo 'ERROR: Please run:'
80
81
- echo ' CLANG_FORMAT_START="$(git merge-base HEAD <target-branch-name>)" make format-cpp'
+ echo " CLANG_FORMAT_START="$\(git merge-base HEAD ${GITHUB_BASE_REF}\)" make format-cpp"
82
83
echo 'to format the commits in your branch.'
84
exit "$EXIT_CODE"
0 commit comments