Skip to content

Commit

Permalink
Change Nekobot name and email
Browse files Browse the repository at this point in the history
  • Loading branch information
muczc1wek committed Oct 4, 2024
1 parent 0411069 commit 150e923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
run: |
New-Item -ItemType Directory -Force -Path ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts
git config --global user.name "Nekobot"
git config --global user.email "nekobot-service.noreply@silveroreteam.pl"
git config --global user.name "Nekowiec"
git config --global user.email "programisci@silveroreteam.pl"
git remote set-url origin [email protected]:Silver-Ore-Team/zMultilogue.git
git fetch --all
git checkout ${{ inputs.push-version-branch }}
Expand Down

0 comments on commit 150e923

Please sign in to comment.