From 3a2c007fa7f6cef03b5c47b7494bc3246db8ecdc Mon Sep 17 00:00:00 2001 From: Mick MacCallum Date: Thu, 25 Jul 2024 08:55:09 -0400 Subject: [PATCH] test --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef9b8c5..69eac1b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,6 +5,8 @@ orbs: node: circleci/node@5.2.0 jobs: + # Invoked by incoming webhook by SDKs repo. It is expected that new SDK versions have been created and + # this script handles updating the Homebrew Formula and pushing it back to the tap repo. update-cli-formula: docker: - image: cimg/base:current @@ -37,11 +39,11 @@ jobs: cat ./Formula/parra-cli.rb - export GIT_AUTHOR_NAME="$GH_NAME" + export GIT_AUTHOR_NAME="$GH_USER" export GIT_AUTHOR_EMAIL="$GH_EMAIL" git config credential.helper 'cache --timeout=120' - git config --global user.name "$GH_NAME" + git config --global user.name "$GH_USER" git config --global user.email "$GH_EMAIL" git add --all