We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33e684 commit 214d13fCopy full SHA for 214d13f
.github/workflows/test.yml
@@ -117,6 +117,10 @@ jobs:
117
echo "HOMEBREW_CELLAR=$(brew --cellar)" >> "$GITHUB_ENV"
118
echo "HOMEBREW_REPOSITORY=$(brew --repository)" >> "$GITHUB_ENV"
119
fi
120
+ - name: Set pseudo git user
121
+ run: |
122
+ git config --global user.user "runner"
123
+ git config --global user.email "runner@localhost"
124
- uses: rcmdnk/python-action@v3
125
with:
126
checkout: 1
@@ -153,6 +157,10 @@ jobs:
153
157
- 'tests/test_serial.py::test_cask_args'
154
158
runs-on: macos-latest
155
159
steps:
160
161
162
163
156
164
165
166
0 commit comments