🔧 Update config, remove debugging config

This commit is contained in:
Sebastián Ramírez 2025-12-16 16:41:01 +01:00
parent 5a340cb450
commit ae0dad11b8
1 changed files with 2 additions and 5 deletions

View File

@ -69,11 +69,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# TODO: uncomment this
# lang: ${{ fromJson(needs.langs.outputs.langs) }}
# command: ${{ fromJson(needs.langs.outputs.commands) }}
lang: ["es"]
command: ["update-outdated"]
lang: ${{ fromJson(needs.langs.outputs.langs) }}
command: ${{ fromJson(needs.langs.outputs.commands) }}
permissions:
contents: write
steps: