Skip to content

Commit 8ee9cee

Browse files
committed
docs: improve wording used when using repo config file
1 parent 58c7b60 commit 8ee9cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
7171
echo "#### CONFIG ####"
7272
if [ -f .codeclimate.yml ] || cp "$CC_CONF" .codeclimate.yml; then
73-
echo "Found codeclimate config, using that"
73+
echo "Using the repository code climate configuration"
7474
else
7575
echo "::warning::No configuration found, using Code Climate's default configuration"
7676
fi
@@ -118,7 +118,7 @@ runs:
118118
119119
echo "#### CONFIG ####"
120120
if [ -f .codeclimate.yml ] || cp "$CC_CONF" .codeclimate.yml; then
121-
echo "Found codeclimate.yml at project root"
121+
echo "Using the repository code climate configuration"
122122
else
123123
echo "::warning::No configuration found, using Code Climate's default configuration"
124124
fi

0 commit comments

Comments
 (0)