We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680bb09 commit b78a5e9Copy full SHA for b78a5e9
1 file changed
.github/workflows/daily_update.yml
@@ -20,8 +20,8 @@ jobs:
20
- name: switch to gh-pages branch
21
run: |
22
git checkout -b gh-pages origin/gh-pages
23
- git config user.name "github-actions[bot]"
24
- git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config user.name "eplus-bot"
+ git config user.email "bot@eplus.dev"
25
- name: perform update and push commits (if applicable)
26
shell: python
27
env:
0 commit comments