We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8dee8 commit 905d919Copy full SHA for 905d919
.github/workflows/unit_tests_python2.yml
@@ -30,9 +30,9 @@ jobs:
30
sed -i '/GC3Pie/d' requirements.txt
31
python2 -m pip install -r requirements.txt
32
# 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.*'
+ sudo -u easybuild git config --global user.name "GitHub Actions"
+ sudo -u easybuild git config --global user.email "[email protected]"
+ sudo -u easybuild git config --get-regexp 'user.*'
36
37
- name: install GitHub token (if available)
38
env:
0 commit comments