👷 Upgrade GitHub Action Latest Changes (#2184)

This commit is contained in:
Sebastián Ramírez 2020-10-16 22:04:12 +02:00 committed by GitHub
parent 636f06cd6b
commit 3826129b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -6,15 +6,20 @@ on:
- master
types:
- closed
workflow_dispatch:
inputs:
number:
description: PR number
required: true
jobs:
latest-changes:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://tiangolo/latest-changes:0.0.1
- uses: docker://tiangolo/latest-changes:0.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
latest_changes_file: docs/en/docs/release-notes.md
latest_changes_header: '## Latest Changes\n\n'
debug_logs: true