We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b0410 commit 4239ec6Copy full SHA for 4239ec6
.github/workflows/bot.yml
@@ -32,6 +32,7 @@ jobs:
32
- run: |
33
haxe --cwd extra/readme build-github.hxml
34
git config --local user.name "[bot]"
35
+ git config --local user.email ""
36
git commit --allow-empty -m "update readme" README.md
37
38
- uses: ad-m/github-push-action@master
0 commit comments