mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
⬆️ Upgrade GitHub Action Latest Changes (#2190)
This commit is contained in:
parent
5a776fbff5
commit
0b76b675db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/latest-changes.yml
vendored
2
.github/workflows/latest-changes.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: docker://tiangolo/latest-changes:0.0.2
|
- uses: docker://tiangolo/latest-changes:0.0.3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
latest_changes_file: docs/en/docs/release-notes.md
|
latest_changes_file: docs/en/docs/release-notes.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue