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.
2 parents 1f6c82f + 284a519 commit b620336Copy full SHA for b620336
.github/workflows/pospell-on-demand.yml
@@ -18,7 +18,7 @@ jobs:
18
-X POST \
19
-d '{"content":"+1"}' \
20
-H "Accept: application/vnd.github.squirrel-girl-preview+json" \
21
- -H "Authorization: token ${{github.token}}"
+ -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}"
22
- uses: actions/checkout@v3
23
- uses: awalsh128/cache-apt-pkgs-action@latest
24
with:
@@ -30,8 +30,7 @@ jobs:
30
python-version: "3.10"
31
cache: "pip"
32
- name: Instalar dependencias
33
- run: |
34
- python -m pip install -r requirements.txt
+ run: python -m pip install -r requirements.txt
35
- name: Ejecutar Powrap
36
run: powrap --quiet **/*.po
37
- name: Revisar con Pospell
0 commit comments