We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84338ae commit 05289b6Copy full SHA for 05289b6
.github/workflows/update.yaml
@@ -41,12 +41,12 @@ jobs:
41
- name: "Update master branch"
42
run: |
43
git checkout master
44
- git merge for-stackage --no-edit
+ git merge for-stackage --allow-unrelated-histories --no-edit
45
46
# Remove files only needed for stackage
47
rm -rf hackage nix
48
rm hackage.json update.sh default.nix
49
-
+
50
# Stage deletions and any other changes, and commit if there are differences.
51
git add -A
52
git diff --cached --quiet || git commit -m "Update index-state-only branch"
0 commit comments