Skip to content

Commit

Permalink
Update auto-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgoyalevil authored Oct 15, 2023
1 parent 91a0a5b commit 33d2986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global user.name "Ansh Goyal"
git config --global user.email "anshgoyal1704@gmail.com"
git add .
git commit -m "Update README.md with PRs table"
git commit -m "Update README.md with PRs table" --allow-empty
git push
env:
PAT: ${{ secrets.GH_PAT }}

0 comments on commit 33d2986

Please sign in to comment.