Skip to content

Commit

Permalink
change bot email (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro authored Jun 2, 2021
1 parent bdeb1a6 commit ba54c99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
schedule:
- cron: '50 23 * * 0'

workflow_dispatch:

jobs:
push:
runs-on: ubuntu-latest
Expand All @@ -25,7 +27,7 @@ jobs:

- name: Commit files
run: |
git config --local user.email "wkerzendorf+tardis@gmail.com"
git config --local user.email "tardis.sn.bot@gmail.com"
git config --local user.name "TARDIS Bot"
git add CHANGELOG.md
git commit -m "Update CHANGELOG.md [skip ci]"
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/update-refdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- bash: |
cd $(refdata.dir)
git add unit_test_data.h5
git config --local user.email "wkerzendorf+tardis@gmail.com"
git config --local user.email "tardis.sn.bot@gmail.com"
git config --local user.name "TARDIS Bot"
git commit -m "update reference data (pr $(pr.number))"
git remote set-url origin https://$(bot_token)@github.com/tardis-sn/tardis-refdata
Expand Down

0 comments on commit ba54c99

Please sign in to comment.