We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f31d4 commit f5e9e0bCopy full SHA for f5e9e0b
entrypoint.sh
@@ -2,9 +2,9 @@
2
set -e
3
4
echo "#################################################"
5
-echo "Starting GitHub Action for cpplint"
+echo "Starting ${GITHUB_WORKFLOW}:${GITHUB_ACTION}"
6
7
sh -c "$*"
8
9
10
-echo "Completed GitHub Action for cpplint"
+echo "Completed ${GITHUB_WORKFLOW}:${GITHUB_ACTION}"
0 commit comments