Skip to content

Commit

Permalink
feat: add user name and email to the job
Browse files Browse the repository at this point in the history
  • Loading branch information
alanceloth committed Feb 1, 2024
1 parent 19ca785 commit ee35b88
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 @@ -18,6 +18,8 @@ jobs:
cd contract
git pull origin master
cd ..
git config user.name "Alan Lanceloth"
git config user.email "alan.lanceloth@gmail.com"
git add contract
git commit -m "workflow: Update contract"
git push origin master

0 comments on commit ee35b88

Please sign in to comment.