From de20e35068e8d7deecf28baa435b8eebb7493b08 Mon Sep 17 00:00:00 2001 From: Gabriel Schwab Date: Sun, 5 May 2024 20:26:00 -0500 Subject: [PATCH] Update unittests --- .github/workflows/unittests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 5bfd27a..3639f30 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -133,6 +133,7 @@ jobs: - name: Push run: | cd ../nightly + git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git git push \ No newline at end of file