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