Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fix: ✏️ Correct typo in yapf workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
krazykirby99999 committed Dec 29, 2021
1 parent 4fda774 commit a9ad18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yapf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
run: |
python -m pip install toml yapf; yapf --verbose -ir .
-name: Commit Changes
- name: Commit Changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "YAPF Formatter"
git add *
git commit -m "YAPF Formatter"
-name: Push Changes
- name: Push Changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.TOKEN }}
Expand Down

0 comments on commit a9ad18c

Please sign in to comment.