Skip to content

Commit

Permalink
Update new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 authored Jan 1, 2025
1 parent cfd065e commit 373b650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git config --global user.email "[email protected]"
git add . -f
git commit -m "Auto-build DLL files using g++" || echo "No changes to commit"
git push https://[email protected]/eschan145/DieKnow.git asteroids
git push https://[email protected]/eschan145/DieKnow.git main
env:
# A GitHub PAT must be set up as an Actions secret in the repository
GH_PAT: ${{ secrets.GH_PAT }}
Expand Down

0 comments on commit 373b650

Please sign in to comment.