Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Jul 25, 2024
1 parent bcdedb0 commit 3a2c007
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ orbs:
node: circleci/[email protected]

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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3a2c007

Please sign in to comment.