Skip to content

Commit 05289b6

Browse files
committed
allow-unrelated-histories
1 parent 84338ae commit 05289b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
- name: "Update master branch"
4242
run: |
4343
git checkout master
44-
git merge for-stackage --no-edit
44+
git merge for-stackage --allow-unrelated-histories --no-edit
4545
4646
# Remove files only needed for stackage
4747
rm -rf hackage nix
4848
rm hackage.json update.sh default.nix
49-
49+
5050
# Stage deletions and any other changes, and commit if there are differences.
5151
git add -A
5252
git diff --cached --quiet || git commit -m "Update index-state-only branch"

0 commit comments

Comments
 (0)