From a6c6eb077ba0877280f27aa90e668195d7d9559d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 22 Sep 2022 14:44:27 +0200 Subject: [PATCH] utilise force push --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ca7d8971569..adc8fd1fa1c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,4 +27,4 @@ jobs: run: | git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" - git push origin staging:main \ No newline at end of file + git push -f origin staging:main \ No newline at end of file