26
26
git config --global user.name 'NLeSC Python template'
27
27
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
28
28
git pull # other next step workflows may push changes before
29
- git rm .github/workflows/next_steps_citation.yml
30
29
git rm .github/workflows/next_steps_citation_issue.md
31
30
git commit -am "Cleanup automated next steps issue generator for citation"
32
31
git push
49
48
git config --global user.name 'NLeSC Python template'
50
49
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
51
50
git pull # other next step workflows may push changes before
52
- git rm .github/workflows/next_steps_linting.yml
53
51
git rm .github/workflows/next_steps_linting_issue.md
54
52
git commit -am "Cleanup automated next steps issue generator"
55
53
git push
72
70
git config --global user.name 'NLeSC Python template'
73
71
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
74
72
git pull # other next step workflows may push changes before
75
- git rm .github/workflows/next_steps_online_documentation.yml
76
73
git rm .github/workflows/next_steps_online_documentation_issue.md
77
74
git commit -am "Cleanup automated next steps issue generator for online documentation"
78
75
git push
95
92
git config --global user.name 'NLeSC Python template'
96
93
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
97
94
git pull # other next step workflows may push changes before
98
- git rm .github/workflows/next_steps_zenodo.yml
99
95
git rm .github/workflows/next_steps_zenodo_issue.md
100
96
git commit -am "Cleanup automated next steps issue generator for zenodo"
101
97
git push
@@ -118,7 +114,6 @@ jobs:
118
114
git config --global user.name 'NLeSC Python template'
119
115
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
120
116
git pull # other next step workflows may push changes before
121
- git rm .github/workflows/next_steps_sonarcloud.yml
122
117
git rm .github/workflows/next_steps_sonarcloud_issue.md
123
118
git commit -am "Cleanup automated next steps issue generator for sonarcloud"
124
119
git push
0 commit comments