Skip to content

Commit

Permalink
update the git commands to fix next steps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiblen committed Sep 2, 2024
1 parent 652825d commit aa0a84c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
git config --global user.name 'NLeSC Python template'
git config --global user.email '[email protected]'
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
Expand All @@ -49,7 +48,6 @@ jobs:
git config --global user.name 'NLeSC Python template'
git config --global user.email '[email protected]'
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
Expand All @@ -72,7 +70,6 @@ jobs:
git config --global user.name 'NLeSC Python template'
git config --global user.email '[email protected]'
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
Expand All @@ -95,7 +92,6 @@ jobs:
git config --global user.name 'NLeSC Python template'
git config --global user.email '[email protected]'
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
Expand All @@ -118,7 +114,6 @@ jobs:
git config --global user.name 'NLeSC Python template'
git config --global user.email '[email protected]'
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
Expand Down

0 comments on commit aa0a84c

Please sign in to comment.