Skip to content

Commit 905d919

Browse files
committed
configure Git for easybuild user in workflow for running test suite with Python 2
1 parent 1e8dee8 commit 905d919

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit_tests_python2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
sed -i '/GC3Pie/d' requirements.txt
3131
python2 -m pip install -r requirements.txt
3232
# git config is required to make actual git commits (cfr. tests for GitRepository)
33-
git config --global user.name "Travis CI"
34-
git config --global user.email "[email protected]"
35-
git config --get-regexp 'user.*'
33+
sudo -u easybuild git config --global user.name "GitHub Actions"
34+
sudo -u easybuild git config --global user.email "[email protected]"
35+
sudo -u easybuild git config --get-regexp 'user.*'
3636
3737
- name: install GitHub token (if available)
3838
env:

0 commit comments

Comments
 (0)