From a1fee0c2d192bd446d774718feead18e3d06fedb Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:42:22 -0700 Subject: [PATCH] Added -f to push statement. --- .github/workflows/detection-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detection-testing.yml b/.github/workflows/detection-testing.yml index 8ffc170936..4d59f6c33f 100644 --- a/.github/workflows/detection-testing.yml +++ b/.github/workflows/detection-testing.yml @@ -85,7 +85,7 @@ jobs: echo "PUSH" - git push origin HEAD:remotes/origin/$REAL_BRANCH + git push -f origin HEAD:remotes/origin/$REAL_BRANCH echo "DONE" #Make some configs...