8000 Apply suggestions from code review · python/python-docs-es@55fe5e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55fe5e7

Browse files
authored
Apply suggestions from code review
1 parent 75fd847 commit 55fe5e7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/pospell-on-demand.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pospell
1+
name: Ejecuta powrap
22
on:
33
issue_comment:
44
types:
@@ -33,11 +33,7 @@ jobs:
3333
run: python -m pip install -r requirements.txt
3434
- name: Ejecutar Powrap
3535
run: powrap --quiet **/*.po
36-
- name: Revisar con Pospell
37-
run: python scripts/check_spell.py
38-
continue-on-error: true
3936
- name: Commit & Push changes
40-
uses: actions-js/push@master
37+
uses: stefanzweifel/git-auto-commit-action@v4
4138
with:
42-
message: "auto: spell check"
43-
github_token: ${{ secrets.GITHUB_TOKEN }}
39+
commit_message: "auto: spell check"

0 commit comments

Comments
 (0)
0