Skip to content

Commit 82b0c12

Browse files
committed
Fix workflow
1 parent defbcd5 commit 82b0c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
git remote add upstream https://github.com/kostrykin/python-learning-codespace
3939
git fetch upstream
40-
git merge upstream/master --allow-unrelated-histories
40+
git merge upstream/master --allow-unrelated-histories --squash
4141
git commit --allow-empty -a -m "Update configuration"
4242
git push origin pull_upstream
4343

0 commit comments

Comments
 (0)