We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fd847 commit 55fe5e7Copy full SHA for 55fe5e7
.github/workflows/pospell-on-demand.yml
@@ -1,4 +1,4 @@
1
-name: pospell
+name: Ejecuta powrap
2
on:
3
issue_comment:
4
types:
@@ -33,11 +33,7 @@ jobs:
33
run: python -m pip install -r requirements.txt
34
- name: Ejecutar Powrap
35
run: powrap --quiet **/*.po
36
- - name: Revisar con Pospell
37
- run: python scripts/check_spell.py
38
- continue-on-error: true
39
- name: Commit & Push changes
40
- uses: actions-js/push@master
+ uses: stefanzweifel/git-auto-commit-action@v4
41
with:
42
- message: "auto: spell check"
43
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ commit_message: "auto: spell check"
0 commit comments