Skip to content

Commit

Permalink
config git sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 14, 2024
1 parent ed46bbe commit bf124ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/Get-Package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@ $toadd = (get-childitem -path $iconfolder).FullName
foreach ($file in $toadd) {
git add $file
}
git config user.email "[email protected]"
git config user.name "Tunisiano187"

git commit -m "Package download $packageName
[skip ci]"

try {
git config --global user.email "[email protected]"
git config --global user.name "Tunisiano187"

git push
} catch {
write-output "nothing to push"
Expand Down

0 comments on commit bf124ba

Please sign in to comment.