Skip to content

Commit

Permalink
changed git user creds to github-actions bot
Browse files Browse the repository at this point in the history
  • Loading branch information
santacodes committed Aug 28, 2024
1 parent 6fdbba7 commit b860bbc
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:

- name: Set up Git
run: |
git config --global user.name "pybamm user"
git config --global user.email "pybammuser@pybamm.org"
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Test template generation
run: nox -s template-tests
Expand Down Expand Up @@ -99,8 +99,8 @@ jobs:

- name: Set up Git
run: |
git config --global user.name "pybamm user"
git config --global user.email "pybammuser@pybamm.org"
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Check if the documentation can be built
run: nox -s docs
Expand Down Expand Up @@ -174,6 +174,11 @@ jobs:
uv pip install copier jinja2-time
copier copy . . --trust --defaults
- name: Set up Git
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Check if the documentation can be built
working-directory: ./pybamm-example-project
run: |
Expand Down

0 comments on commit b860bbc

Please sign in to comment.