Skip to content

Commit b620336

Browse files
authored
Merge branch '3.10' into fix-reaction
2 parents 1f6c82f + 284a519 commit b620336

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
-X POST \
1919
-d '{"content":"+1"}' \
2020
-H "Accept: application/vnd.github.squirrel-girl-preview+json" \
21-
-H "Authorization: token ${{github.token}}"
21+
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}"
2222
- uses: actions/checkout@v3
2323
- uses: awalsh128/cache-apt-pkgs-action@latest
2424
with:
@@ -30,8 +30,7 @@ jobs:
3030
python-version: "3.10"
3131
cache: "pip"
3232
- name: Instalar dependencias
33-
run: |
34-
python -m pip install -r requirements.txt
33+
run: python -m pip install -r requirements.txt
3534
- name: Ejecutar Powrap
3635
run: powrap --quiet **/*.po
3736
- name: Revisar con Pospell

0 commit comments

Comments
 (0)