Skip to content

Commit f5e9e0b

Browse files
authored
Update entrypoint.sh
1 parent 88f31d4 commit f5e9e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
set -e
33

44
echo "#################################################"
5-
echo "Starting GitHub Action for cpplint"
5+
echo "Starting ${GITHUB_WORKFLOW}:${GITHUB_ACTION}"
66

77
sh -c "$*"
88

99
echo "#################################################"
10-
echo "Completed GitHub Action for cpplint"
10+
echo "Completed ${GITHUB_WORKFLOW}:${GITHUB_ACTION}"

0 commit comments

Comments
 (0)