Skip to content

Commit c9a6f1c

Browse files
committed
linter wasn't satisfied
1 parent 044ce2e commit c9a6f1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
cd remote
198198
git config user.email "$GIT_USER_EMAIL"
199199
git config user.name "$GIT_USER_NAME"
200-
git add .chart/$ENV/values.yaml
200+
git add ".chart/$ENV/values.yaml"
201201
if git diff --cached --quiet; then
202202
echo "No changes to commit"
203203
exit 0

0 commit comments

Comments
 (0)