Browse Source

👷 Update `latest-changes` GitHub Action (#12073)

pull/12076/head
Sebastián Ramírez 7 months ago
committed by GitHub
parent
commit
5fdbeed792
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/latest-changes.yml

3
.github/workflows/latest-changes.yml

@ -34,8 +34,7 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
with:
limit-access-to-actor: true
- uses: docker://tiangolo/latest-changes:0.3.0
# - uses: tiangolo/latest-changes@main
- uses: tiangolo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: docs/en/docs/release-notes.md

Loading…
Cancel
Save