Skip to content

Commit

Permalink
Initial Commit - Adding my local branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisOuellet committed Dec 4, 2024
1 parent 3409487 commit b4154f7
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 @@ -47,7 +47,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git remote set-url origin https://<GH_PAT>@github.com/LaswitchTech/ini-configurator.git
git remote set-url origin https://${{ secrets.GH_PAT }}@github.com/LaswitchTech/ini-configurator.git
git add dist/windows/Configurator.exe
git commit -m "configurator.py: Build executable Configurator.exe"
git push
Expand Down

0 comments on commit b4154f7

Please sign in to comment.