Skip to content

Commit 8e560ee

Browse files
committed
pull the changes in next step workflow before updating the branch again
1 parent 96d70b8 commit 8e560ee

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

template/.github/workflows/{% if AddCitation %}next_steps_citation.yml{% endif %}

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
git config --global user.name 'NLeSC Python template'
2525
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
26+
git pull # other next step workflows may push changes before
2627
git rm .github/workflows/next_steps_citation.yml
2728
git rm .github/workflows/next_steps_citation_issue.md
2829
git commit -am "Cleanup automated next steps issue generator for citation"

template/.github/workflows/{% if AddOnlineDocumentation %}next_steps_online_documentation.yml{% endif %}

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
git config --global user.name 'NLeSC Python template'
2525
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
26+
git pull # other next step workflows may push changes before
2627
git rm .github/workflows/next_steps_online_documentation.yml
2728
git rm .github/workflows/next_steps_online_documentation_issue.md
2829
git commit -am "Cleanup automated next steps issue generator for online documentation"

0 commit comments

Comments
 (0)