Skip to content

Commit df0cc6f

Browse files
committed
refactor:update details
1 parent 4dd8ec2 commit df0cc6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/simorgh-unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
run: |
3838
rm -rf node_modules
3939
git config --global url.https://${{ secrets.WS_UTF_AUTH }}@github.com/.insteadOf https://github.com/
40+
git config --global user.name "${{ github.actor }}"
41+
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
4042
./scripts/installNodeModules.sh
4143
4244
- name: Build Simorgh - Express App

0 commit comments

Comments
 (0)