Skip to content

Commit

Permalink
Set user name/email in commit command
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Nov 7, 2019
1 parent c3db318 commit 5df81e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish docs
name: Publish Docs
on:
push:
branches:
Expand All @@ -22,5 +22,5 @@ jobs:
git checkout -b gh-pages
touch .nojekyll
git add .
git commit -am 'Update docs'
git -c user.name="Publish Docs action" -c user-email="emanuelrabina@gmail.com" commit -am 'Update docs'
git push https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/ultraq/thymeleaf-layout-dialect.git gh-pages --force

0 comments on commit 5df81e6

Please sign in to comment.