Skip to content

Commit

Permalink
🐛 Fix config for latest-changes GitHub Action (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Nov 4, 2023
1 parent 56760a4 commit a5507e2
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 @@ -24,7 +24,7 @@ jobs:
with:
token: ${{ secrets.DOCKERSWARM_ROCKS_LATEST_CHANGES }}
- uses: docker://tiangolo/latest-changes:0.2.0
- uses: tiangolo/latest-changes@main
# - uses: tiangolo/latest-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: docs/release-notes.md
Expand Down

0 comments on commit a5507e2

Please sign in to comment.