From aa0a84c3efb4db1c51faf9c745e567ff7380a57a Mon Sep 17 00:00:00 2001 From: "Faruk D." Date: Mon, 2 Sep 2024 19:57:31 +0200 Subject: [PATCH] update the git commands to fix next steps workflow --- .../{% if HasWorkflows %}next_steps.yml{% endif %}.jinja | 5 ----- 1 file changed, 5 deletions(-) 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