From fef147f3e63cbbdb1a88ba05641515085982cba3 Mon Sep 17 00:00:00 2001 From: lbonaldo Date: Mon, 16 Oct 2023 16:49:09 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91c6ad05b1..aa4e31e1a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +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 config --list git push testlog main env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}