Skip to content

Commit 06acad3

Browse files
authored
Add git pull
1 parent 81aea58 commit 06acad3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

template/.github/workflows/{% if AddZenodo %}next_steps_zenodo.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_zenodo.yml
2728
git rm .github/workflows/next_steps_zenodo_issue.md
2829
git commit -am "Cleanup automated next steps issue generator for zenodo"

0 commit comments

Comments
 (0)