Update generate_dokka.yml

This commit is contained in:
Cloudburst 2022-08-15 12:40:51 +02:00 committed by GitHub
parent 5758aa672c
commit d987492d01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/dokka
touch .nojekyll
git config --local user.email "110591699+recloudstream@users.noreply.github.com"
git config --local user.email "111277985+recloudstream[bot]@users.noreply.github.com"
git config --local user.name "recloudstream[bot]"
git add .
git commit --amend -m "Generate dokka for recloudstream/cloudstream@${GITHUB_SHA}" || exit 0 # do not error if nothing to commit