Browse Source

⬆️ Upgrade GitHub Action Latest Changes (#2190)

pull/2191/head
Sebastián Ramírez 5 years ago
committed by GitHub
parent
commit
0b76b675db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/latest-changes.yml

2
.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

Loading…
Cancel
Save