File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 8383
8484 - name : Homebrew
8585 env :
86+ GH_ACTIONS : " true"
8687 SSH_AUTH_SOCK : /tmp/ssh_agent.sock
8788 run : |
88- git config --global user.email "no-reply@autocloud.dev"
89- git config --global user.name "autocloud-deploy-bot"
9089 yarn homebrew
Original file line number Diff line number Diff line change 22
33set -e
44
5- # if [[ "${CIRCLECI :-}" != "true" ]]; then
6- # echo "skipping github setup since not on circle "
7- # exit
8- # fi
5+ if [[ " ${GH_ACTIONS :- } " != " true" ]]; then
6+ echo " skipping git config since not on Github Actions "
7+ exit
8+ fi
99
10- git config --global user.email " 149658+cloudgraph-cli@users.noreply.github.com"
11- git config --global user.name " cloudgraph-cli"
10+ # git config --global user.email "149658+cloudgraph-cli@users.noreply.github.com"
11+ # git config --global user.name "cloudgraph-cli"
12+
13+ git config --global user.email " no-reply@autocloud.dev"
14+ git config --global user.name " autocloud-deploy-bot"
You can’t perform that action at this time.
0 commit comments