Skip to content

Commit 0c135f8

Browse files
committed
pull changes in sonarcloud next steps workflow
1 parent e1ca6d0 commit 0c135f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

template/.github/workflows/{% if AddSonarCloud %}next_steps_sonarcloud.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_sonarcloud.yml
2728
git rm .github/workflows/next_steps_sonarcloud_issue.md
2829
git commit -am "Cleanup automated next steps issue generator for sonarcloud"

0 commit comments

Comments
 (0)