Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Savio629 authored May 19, 2024
1 parent 7ee5762 commit 3154be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
git config --local user.email "diassavio629@gmail.com"
git config --local user.name "Savio629"
git add data
git add dataVillages
git commit -m "Update data folder"
git pull origin main
git pull --no-rebase
git push https://${{ secrets.GH_TOKEN }}@github.com/Savio629/workflow-testing.git
if: success()

0 comments on commit 3154be0

Please sign in to comment.