Skip to content

Commit

Permalink
Update used credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Oct 8, 2024
1 parent aeb36d2 commit 477bd62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-fafdevelop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- name: Create a commit
run: |
# Configure git
git config user.email "administrator@faforever.com"
git config user.name "FAForever"
git config user.email "github@faforever.com"
git config user.name "FAForever Machine User"
git add .
git commit -m "Post-process deployment"
Expand Down

0 comments on commit 477bd62

Please sign in to comment.