From 2097ff65b5eec793500dff4d6f17c9707a4b7f49 Mon Sep 17 00:00:00 2001 From: Sonder <55493212+AndSonder@users.noreply.github.com> Date: Tue, 23 Jan 2024 21:33:49 +0800 Subject: [PATCH] Update merge-to-docs-branch.yml --- .github/workflows/merge-to-docs-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge-to-docs-branch.yml b/.github/workflows/merge-to-docs-branch.yml index a6d6165..8ff3d47 100644 --- a/.github/workflows/merge-to-docs-branch.yml +++ b/.github/workflows/merge-to-docs-branch.yml @@ -22,5 +22,5 @@ jobs: git fetch --all git checkout -b docs origin/docs - git pull origin develop --allow-unrelated-histories + git pull origin develop --allow-unrelated-histories --no-edit git push origin docs