mirror of https://github.com/tiangolo/fastapi.git
⬆️ Upgrade GitHub Action latest-changes (#10915)
This commit is contained in:
parent
fe694766ae
commit
78ff6e3efd
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
|
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
|
||||||
with:
|
with:
|
||||||
limit-access-to-actor: true
|
limit-access-to-actor: true
|
||||||
- uses: docker://tiangolo/latest-changes:0.2.0
|
- uses: docker://tiangolo/latest-changes:0.3.0
|
||||||
# - uses: tiangolo/latest-changes@main
|
# - uses: tiangolo/latest-changes@main
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue