We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d76fad commit 1519a34Copy full SHA for 1519a34
1 file changed
{{cookiecutter.project_name}}/.github/workflows/next_steps.yml
@@ -56,8 +56,8 @@ jobs:
56
* Linting fixes ${{ steps.linting.outputs.url }}' | tee -a next_steps.md
57
- name: Cleanup files needed to create next steps issues
58
run: |
59
- git config --global user.name 'Your Name'
60
- git config --global user.email 'your-username@users.noreply.github.com'
+ git config --global user.name 'NLeSC Python template'
+ git config --global user.email 'nlesc-python-template@users.noreply.github.com'
61
git add next_steps.md
62
git rm .github/workflows/next_steps.yml
63
git rm -r .github/next_steps
0 commit comments