mirror of https://github.com/tiangolo/fastapi.git
🔧 Update config, remove debugging config
This commit is contained in:
parent
5a340cb450
commit
ae0dad11b8
|
|
@ -69,11 +69,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# TODO: uncomment this
|
lang: ${{ fromJson(needs.langs.outputs.langs) }}
|
||||||
# lang: ${{ fromJson(needs.langs.outputs.langs) }}
|
command: ${{ fromJson(needs.langs.outputs.commands) }}
|
||||||
# command: ${{ fromJson(needs.langs.outputs.commands) }}
|
|
||||||
lang: ["es"]
|
|
||||||
command: ["update-outdated"]
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue