Skip to content

Commit

Permalink
explicitly define empty email address for regression bot
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Oct 25, 2024
1 parent 0444269 commit 77c3343
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/redo_regressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
shell: bash -l {0}
run: |
git config user.name "Redo regressions bot"
git config user.email "<>"
git add extra_tests/regression_fits/*
git status
git commit -m "Automatically regenerated regressions from PR ${{ github.event.number }}, branch ${{ github.event.pull_request.head.ref }}."
Expand Down

0 comments on commit 77c3343

Please sign in to comment.