From 776d993589f122ef47b9e48f6b2b4d9447b3a49a Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Mon, 21 Nov 2022 17:31:11 +0100 Subject: [PATCH] Trying to understand why test builds fail. --- .github/workflows/test_release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 435da017..10ff26d9 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -77,7 +77,10 @@ jobs: git config --global user.name "Actions User" git config --global user.email "actions@github.com" - git fetch origin master && git fetch origin test && git branch -f test origin/master && git checkout test + git fetch origin master + git fetch origin test + git branch -f test origin/master + git checkout test git add repo.json git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true