From 183cb06f15d99d4be22e65961ac904e22b7728e9 Mon Sep 17 00:00:00 2001 From: Randy Tarampi Date: Sat, 23 Apr 2022 21:01:17 +0200 Subject: [PATCH] `github-pages-deploy-action` can only `single-commit: true` across repositories when the branch names are different... Per https://github.com/JamesIves/github-pages-deploy-action/issues/665#issuecomment-817240340 Signed-off-by: Randy Tarampi --- .github/workflows/deploy.pages.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.pages.yml b/.github/workflows/deploy.pages.yml index d497bcd18..9e88d28b8 100644 --- a/.github/workflows/deploy.pages.yml +++ b/.github/workflows/deploy.pages.yml @@ -141,7 +141,6 @@ jobs: with: git-config-email: ${{ env.GITHUB_ACTIONS_AUTHOR_EMAIL }} git-config-name: ${{ env.GITHUB_ACTIONS_AUTHOR_NAME }} (www/dev) - single-commit: true force: true clean: true branch: master @@ -167,7 +166,6 @@ jobs: with: git-config-email: ${{ env.GITHUB_ACTIONS_AUTHOR_EMAIL }} git-config-name: ${{ env.GITHUB_ACTIONS_AUTHOR_NAME }} (jsonresult-theme/prd) - single-commit: true force: true clean: true branch: master