From dcb1167505154bf90bf90eb1338bf4ac3c9a2dc8 Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Thu, 27 Feb 2025 09:10:58 +0100 Subject: [PATCH] maint: since `update-sources` doesn't overwrite branches, remove misleading `force-with-lease` --- .github/workflows/update-sources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-sources.yml b/.github/workflows/update-sources.yml index d68bd5f67..af0cb4745 100644 --- a/.github/workflows/update-sources.yml +++ b/.github/workflows/update-sources.yml @@ -48,4 +48,4 @@ jobs: git add . git commit -m "Deploy to GitHub Pages" - git push --force-with-lease + git push