We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defbcd5 commit 82b0c12Copy full SHA for 82b0c12
1 file changed
.github/workflows/pull_upstream.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
git remote add upstream https://github.com/kostrykin/python-learning-codespace
39
git fetch upstream
40
- git merge upstream/master --allow-unrelated-histories
+ git merge upstream/master --allow-unrelated-histories --squash
41
git commit --allow-empty -a -m "Update configuration"
42
git push origin pull_upstream
43
0 commit comments