From 77f4dcb882f903e431a1386f3c02cf905c5313e2 Mon Sep 17 00:00:00 2001 From: lbonaldo Date: Mon, 16 Oct 2023 18:33:52 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ab90eeef..afda9d282 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: mv *.log Logs_v${{ matrix.version }} git add -f Logs_v${{ matrix.version }} git commit -m "Update test logs for Julia v${{ matrix.version }}" - git fetch testlog; git rebase testlog/main # pull again to avoid conflicts from other versions + git pull --rebase testlog main # pull again to avoid conflicts from other versions git push testlog main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}