Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
A test to check if this can bypass branch protection rules
  • Loading branch information
manorit2001 authored Dec 27, 2020
1 parent 38be122 commit 8abc988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
if [[ $(git diff | tail | wc -l) -ne 0 ]]
then
git add .
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name manorit chawdhry
git config user.email manorit2001@gmail.com
git commit -m "Lint-Commit"
git push
fi

0 comments on commit 8abc988

Please sign in to comment.