2626 git config --global user.name 'NLeSC Python template'
2727 git config --global user.email '
[email protected] '
2828 git pull # other next step workflows may push changes before
29- git rm .github/workflows/next_steps_citation.yml
3029 git rm .github/workflows/next_steps_citation_issue.md
3130 git commit -am "Cleanup automated next steps issue generator for citation"
3231 git push
4948 git config --global user.name 'NLeSC Python template'
5049 git config --global user.email '
[email protected] '
5150 git pull # other next step workflows may push changes before
52- git rm .github/workflows/next_steps_linting.yml
5351 git rm .github/workflows/next_steps_linting_issue.md
5452 git commit -am "Cleanup automated next steps issue generator"
5553 git push
7270 git config --global user.name 'NLeSC Python template'
7371 git config --global user.email '
[email protected] '
7472 git pull # other next step workflows may push changes before
75- git rm .github/workflows/next_steps_online_documentation.yml
7673 git rm .github/workflows/next_steps_online_documentation_issue.md
7774 git commit -am "Cleanup automated next steps issue generator for online documentation"
7875 git push
9592 git config --global user.name 'NLeSC Python template'
9693 git config --global user.email '
[email protected] '
9794 git pull # other next step workflows may push changes before
98- git rm .github/workflows/next_steps_zenodo.yml
9995 git rm .github/workflows/next_steps_zenodo_issue.md
10096 git commit -am "Cleanup automated next steps issue generator for zenodo"
10197 git push
@@ -118,7 +114,6 @@ jobs:
118114 git config --global user.name 'NLeSC Python template'
119115 git config --global user.email '
[email protected] '
120116 git pull # other next step workflows may push changes before
121- git rm .github/workflows/next_steps_sonarcloud.yml
122117 git rm .github/workflows/next_steps_sonarcloud_issue.md
123118 git commit -am "Cleanup automated next steps issue generator for sonarcloud"
124119 git push
0 commit comments