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

Commit a9ad18c

Browse files
author
krazykirby99999
committed
fix: ✏️ Correct typo in yapf workflow file
1 parent 4fda774 commit a9ad18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/yapf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
run: |
1818
python -m pip install toml yapf; yapf --verbose -ir .
1919
20-
-name: Commit Changes
20+
- name: Commit Changes
2121
run: |
2222
git config --local user.email "no-reply@example.com"
2323
git config --local user.name "YAPF Formatter"
2424
git add *
2525
git commit -m "YAPF Formatter"
2626
27-
-name: Push Changes
27+
- name: Push Changes
2828
uses: ad-m/github-push-action@master
2929
with:
3030
github_token: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)