We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9661c7a commit c283198Copy full SHA for c283198
.github/workflows/test.yml
@@ -119,7 +119,7 @@ jobs:
119
fi
120
- name: Set pseudo git user
121
run: |
122
- git config --global user.user "runner"
+ git config --global user.name "runner"
123
git config --global user.email "runner@localhost"
124
- uses: rcmdnk/python-action@v3
125
with:
@@ -159,7 +159,7 @@ jobs:
159
steps:
160
161
162
163
164
165
0 commit comments