Skip to content

Commit

Permalink
update github-actions user/email
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Jul 10, 2023
1 parent 4df7992 commit 479ab70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
cp -r ${{runner.workspace}}/build/docs/* gh-pages/
cd gh-pages
touch .nojekyll
git config --local user.name github-actions
git config --local user.email github-actions@github.com
git config --local user.name github-actions[bot]
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Update documentation" -a || true
git push

0 comments on commit 479ab70

Please sign in to comment.