From 3ded678f08b42fc23ce948ab923f9bcb09fb5d2a Mon Sep 17 00:00:00 2001 From: Gabriel Schwab Date: Sun, 5 May 2024 19:30:14 -0500 Subject: [PATCH] Update unittests.yml --- .github/workflows/unittests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 82e4ab9..d943c17 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -124,20 +124,20 @@ jobs: cd ../nightly git config --global user.name "github-actions[bot]" git config --global user.email "gslogimaker@gmail.com" - ls - name: Add run: | - ls + cd ../nightly git add . - name: Commit run: | - ls + cd ../nightly git commit --all -m "(AUTO) ${{ github.event.head_commit.message }}" - name: Push run: | + cd ../nightly git push origin nightly \ No newline at end of file