Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedgamal99 committed May 30, 2024
1 parent fddaede commit e1ee0ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: Run update_readme.py
run: python update_readme.py

- name: Pull changes
run: git pull

- name: Commit and push changes
run: |
git config --local user.name "github-actions[bot]"
Expand All @@ -45,3 +42,6 @@ jobs:

run: |
git push https://github-actions:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/sayedgamal99/Data-Science.git HEAD:main
- name: Pull changes
run: git pull

0 comments on commit e1ee0ec

Please sign in to comment.