From 373b6505367baef427f2501c98a251f0ce0698be Mon Sep 17 00:00:00 2001 From: Ethan Chan Date: Wed, 1 Jan 2025 08:03:53 -0800 Subject: [PATCH] Update new branch --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b33cc221..845912b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: git config --global user.email "esamuelchan@gmail.com" git add . -f git commit -m "Auto-build DLL files using g++" || echo "No changes to commit" - git push https://$GH_PAT@github.com/eschan145/DieKnow.git asteroids + git push https://$GH_PAT@github.com/eschan145/DieKnow.git main env: # A GitHub PAT must be set up as an Actions secret in the repository GH_PAT: ${{ secrets.GH_PAT }}