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 32c5058 commit 5a40c7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
run: |
git config --global user.email "alan.lanceloth@gmail.com"
git config --global user.name "Alan Lanceloth"
git config --get user.email
git config --get user.name
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 5a40c7e

Please sign in to comment.