From 621d3832c43f61669315155dfce8b6b8e183195a Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 24 Nov 2020 10:09:30 +0000 Subject: [PATCH] Try alternative flow for cov sync. --- .github/workflows/covsync.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/covsync.yml b/.github/workflows/covsync.yml index 2aec2ca9..233b009e 100644 --- a/.github/workflows/covsync.yml +++ b/.github/workflows/covsync.yml @@ -13,7 +13,9 @@ jobs: with: fetch-depth: 0 - run: | - git checkout -b coverity-fixes origin/fixes + git checkout coverity-fixes + git reset --hard origin/fixes git push origin coverity-fixes - git checkout -b coverity-develop origin/develop + git checkout coverity-develop + git reset --hard origin/develop git push origin coverity-develop