Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
💚 Fix latest-changes release notes GitHub Action (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Feb 16, 2023
1 parent 9878ab7 commit 4e1d247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- uses: docker://tiangolo/latest-changes:0.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: docs/en/docs/release-notes.md
latest_changes_file: release-notes.md
latest_changes_header: '## Latest Changes\n\n'
debug_logs: true

0 comments on commit 4e1d247

Please sign in to comment.