1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Update main.yml

This commit is contained in:
Mario Sarcher 2020-10-27 15:46:39 +01:00 committed by GitHub
parent 36631d68e2
commit a8eeb21e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ jobs:
- name: Commit files
run: |
cd lensdocs/
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git commit -am "Build mkdocs from GH-Actions"