Update tests.yml

This commit is contained in:
Ace 2023-07-24 01:23:04 +02:00 committed by GitHub
parent 97aeb70e9e
commit 6c650f7c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,6 @@ jobs:
ls
git config user.name "github-actions"
git config user.email "github-actions@github.com"
git add docs
git add docs/*
git commit -m "update docs"
git push