diff --git a/template/{% if HasWorkflows %}.github{% endif %}/workflows/{% if HasWorkflows %}next_steps.yml{% endif %}.jinja b/template/{% if HasWorkflows %}.github{% endif %}/workflows/{% if HasWorkflows %}next_steps.yml{% endif %}.jinja index 71cd918..cef8e22 100644 --- a/template/{% if HasWorkflows %}.github{% endif %}/workflows/{% if HasWorkflows %}next_steps.yml{% endif %}.jinja +++ b/template/{% if HasWorkflows %}.github{% endif %}/workflows/{% if HasWorkflows %}next_steps.yml{% endif %}.jinja @@ -26,7 +26,6 @@ jobs: git config --global user.name 'NLeSC Python template' git config --global user.email 'nlesc-python-template@users.noreply.github.com' git pull # other next step workflows may push changes before - git rm .github/workflows/next_steps_citation.yml git rm .github/workflows/next_steps_citation_issue.md git commit -am "Cleanup automated next steps issue generator for citation" git push @@ -49,7 +48,6 @@ jobs: git config --global user.name 'NLeSC Python template' git config --global user.email 'nlesc-python-template@users.noreply.github.com' git pull # other next step workflows may push changes before - git rm .github/workflows/next_steps_linting.yml git rm .github/workflows/next_steps_linting_issue.md git commit -am "Cleanup automated next steps issue generator" git push @@ -72,7 +70,6 @@ jobs: git config --global user.name 'NLeSC Python template' git config --global user.email 'nlesc-python-template@users.noreply.github.com' git pull # other next step workflows may push changes before - git rm .github/workflows/next_steps_online_documentation.yml git rm .github/workflows/next_steps_online_documentation_issue.md git commit -am "Cleanup automated next steps issue generator for online documentation" git push @@ -95,7 +92,6 @@ jobs: git config --global user.name 'NLeSC Python template' git config --global user.email 'nlesc-python-template@users.noreply.github.com' git pull # other next step workflows may push changes before - git rm .github/workflows/next_steps_zenodo.yml git rm .github/workflows/next_steps_zenodo_issue.md git commit -am "Cleanup automated next steps issue generator for zenodo" git push @@ -118,7 +114,6 @@ jobs: git config --global user.name 'NLeSC Python template' git config --global user.email 'nlesc-python-template@users.noreply.github.com' git pull # other next step workflows may push changes before - git rm .github/workflows/next_steps_sonarcloud.yml git rm .github/workflows/next_steps_sonarcloud_issue.md git commit -am "Cleanup automated next steps issue generator for sonarcloud" git push