Skip to content

Commit 6343c5c

Browse files
Update main.yml
1 parent 61e55a3 commit 6343c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cd ApsimNG
4141
git config --global user.name 'GitHub Action'
4242
git config --global user.email 'action@github.com'
43-
git merge apsimx/master
43+
git merge apsimx/master --allow-unrelated-histories
4444
4545
- name: Push AAA_ForSesame to ApsimNG (if changes exist)
4646
if: steps.check_changes.outputs.changes_exist == 'true'

0 commit comments

Comments
 (0)