Skip to content

Commit

Permalink
Update pylint-score.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelchamorro authored Mar 5, 2024
1 parent 293a5c4 commit 8643c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint-score.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Update PyLint Score in README
run: |
sed -i "s/PyLint Score:.*/PyLint Score: $PYLINT_SCORE/" README.md
git config user.email "[email protected]"
git config user.name "GitHub Action"
git config user.email [email protected]
git config user.name gitHub-action
git add README.md
git commit -m "Update PyLint Score" || echo "No changes to commit"
git push

0 comments on commit 8643c8e

Please sign in to comment.