Skip to content

Commit

Permalink
fix: add identity
Browse files Browse the repository at this point in the history
  • Loading branch information
alanceloth committed Feb 1, 2024
1 parent e213642 commit 32c5058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
steps:
- name: Configure Git Identity
run: |
git config user.email "alan.lanceloth@gmail.com"
git config user.name "Alan Lanceloth"
git config --global user.email "alan.lanceloth@gmail.com"
git config --global user.name "Alan Lanceloth"
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 32c5058

Please sign in to comment.