mirror of
https://github.com/quatalog/site.git
synced 2024-12-24 14:07:08 +00:00
Squash
This commit is contained in:
parent
a8d16fb092
commit
b21de8698c
5
.github/workflows/merge.yml
vendored
5
.github/workflows/merge.yml
vendored
|
@ -26,7 +26,8 @@ jobs:
|
|||
git config --global user.email "github_actions@quatalog.com"
|
||||
|
||||
git checkout main
|
||||
git checkout -b new-static-generated
|
||||
git merge static-generated --allow-unrelated-histories
|
||||
git checkout --orphan new-static-generated
|
||||
git commit -m '${{ github.event.head_commit.message }}'
|
||||
git merge static-generated --strategy-option ours --allow-unrelated-histories
|
||||
|
||||
git push -u -f origin HEAD:static-generated
|
||||
|
|
Loading…
Reference in a new issue