Skip to content

Commit

Permalink
testing python pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorOKane-Kainos committed Jul 9, 2024
1 parent 4a7b577 commit 297ff35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
git config --global user.email '[email protected]'
- name: Pull latest changes with merge
run: git pull origin master --allow-unrelated-histories
run: |
git config pull.rebase false
git pull origin master --allow-unrelated-histories
- name: Commit changes
run: |
Expand Down

0 comments on commit 297ff35

Please sign in to comment.