From 50cff5439152f2fc68778f350b00e9148db2c8e0 Mon Sep 17 00:00:00 2001 From: lbonaldo Date: Wed, 11 Oct 2023 14:12:41 -0400 Subject: [PATCH] Fix 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 31d541afd5..54520e3742 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: if [[ ${{ matrix.version }} == '1' ]]; then git config --local user.name lbonaldo git config --local user.email "bonaldo.luca12@gmail.com" - git switch ${GITHUB_REF#refs/heads/}-testlogs + git checkout --track origin/daves_branch git rebase ${GITHUB_REF#refs/heads/} fi - uses: julia-actions/setup-julia@v1