Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamal-Moha authored Oct 20, 2024
1 parent dba9a69 commit 2860c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
- name: Commit & Push
run:
git config user.name "Kamal"
git config user.name "your_name"
git config user.email "your_email@email.com"
git add .
git commit -m "Data Collection & Sync"
git push
Expand Down

0 comments on commit 2860c2f

Please sign in to comment.