Skip to content

Commit

Permalink
try user_name & email
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din committed Mar 16, 2024
1 parent a2b4dfb commit 6924540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Push to Github
run: |
git add ./date.txt
git config --global user.name "Zain-ul-din"
git config --global user.email "[email protected]"
git commit -m "updated: date.txt"
git push origin master
echo "done"

0 comments on commit 6924540

Please sign in to comment.