We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9d1f5 commit 049b024Copy full SHA for 049b024
.github/workflows/jekyll.yml
@@ -46,8 +46,8 @@ jobs:
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
run: |
49
- git config --global norbertwg "GitHub Actions"
50
- git config --global quickimagecomment@gmail.com "actions@github.com"
+ git config --global user.name "GitHub Actions"
+ git config --global user.email "actions@github.com"
51
git add .
52
git commit -m "Deploy site"
53
git push
0 commit comments