Skip to content

Commit

Permalink
updated: crawl action
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din committed Mar 16, 2024
1 parent c2da26a commit cf5de22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/crawl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +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 remote set-url --push origin https://Zain-ul-din:${{secrets.GITHUB_TOKEN}}@github.com/Zain-ul-din/lgu-crawler
git commit -m "updated: date.txt"
git push origin master

0 comments on commit cf5de22

Please sign in to comment.