Skip to content

Commit

Permalink
Merge pull request #8 from Silver-Ore-Team/fix/ci
Browse files Browse the repository at this point in the history
Change Nekobot name and email
  • Loading branch information
muczc1wek authored Oct 4, 2024
2 parents 0411069 + 150e923 commit 32ca433
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 32ca433

Please sign in to comment.