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 83
83
84
84
- name : Homebrew
85
85
env :
86
+ GH_ACTIONS : " true"
86
87
SSH_AUTH_SOCK : /tmp/ssh_agent.sock
87
88
run : |
88
- git config --global user.email "no-reply@autocloud.dev"
89
- git config --global user.name "autocloud-deploy-bot"
90
89
yarn homebrew
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
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
9
9
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