We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4223e0c commit 8a3554dCopy full SHA for 8a3554d
1 file changed
.github/workflows/build.yml
@@ -245,6 +245,11 @@ jobs:
245
git commit -m 'Updated project version after build [skip ci]'
246
git push --quiet origin HEAD:${CI_ACTION_REF_NAME}
247
248
+ - name: Setup git config
249
+ run: |
250
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
251
+ git config --global user.name "github-actions[bot]"
252
+
253
- name: Build and publish documentation
254
run: |
255
pip install mkdocs
0 commit comments