Skip to content

Commit f267249

Browse files
committed
ci fix
1 parent 0c4e8b1 commit f267249

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
chmod 400 stride_etl_deploy_key &&\
3838
export GIT_SSH_COMMAND="ssh -i `pwd`/stride_etl_deploy_key -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" &&\
3939
git clone [email protected]:hasadna/open-bus-stride-etl.git &&\
40+
git config --global user.name "Open Bus Stride Client CI" &&\
41+
git config --global user.email "open-bus-stride-client-ci@localhost" &&\
4042
cd open-bus-stride-etl &&\
4143
echo "${TAG_NAME}" > stride-client-latest-tag.txt &&\
4244
git add stride-client-latest-tag.txt &&\

0 commit comments

Comments
 (0)