Skip to content

Commit 1519a34

Browse files
committed
update username for commits
1 parent 8d76fad commit 1519a34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

{{cookiecutter.project_name}}/.github/workflows/next_steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
* Linting fixes ${{ steps.linting.outputs.url }}' | tee -a next_steps.md
5757
- name: Cleanup files needed to create next steps issues
5858
run: |
59-
git config --global user.name 'Your Name'
60-
git config --global user.email 'your-username@users.noreply.github.com'
59+
git config --global user.name 'NLeSC Python template'
60+
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
6161
git add next_steps.md
6262
git rm .github/workflows/next_steps.yml
6363
git rm -r .github/next_steps

0 commit comments

Comments
 (0)