From d31433237e5bd63cb93f7138d4669e0cd4072ebb Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 27 Jan 2021 22:09:20 -0500 Subject: [PATCH] spelling: github Signed-off-by: Josh Soref --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f36d2c1..6c3306ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: # We just need an image with `helm` on it. Handily we know of one already. - image: quay.io/helmpack/chart-testing:v3.3.1 steps: - # install the additional keys needed to push to Github. Alex Collins owns these keys. + # install the additional keys needed to push to GitHub. Alex Collins owns these keys. - add_ssh_keys - run: git config --global user.email "nobody@circleci.com" - run: git config --global user.name "Circle CI Build"