Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/latest-changes.yml
|
|
@ -17,7 +17,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: docker://tiangolo/latest-changes:0.0.2 |
|
|
|
- uses: docker://tiangolo/latest-changes:0.0.3 |
|
|
|
with: |
|
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
latest_changes_file: docs/en/docs/release-notes.md |
|
|
|