Trying to understand why test builds fail.

This commit is contained in:
Ottermandias 2022-11-21 17:31:11 +01:00
parent 29af320092
commit 776d993589

View file

@ -77,7 +77,10 @@ jobs:
git config --global user.name "Actions User" git config --global user.name "Actions User"
git config --global user.email "actions@github.com" 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 add repo.json
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true