Skip to content

Commit

Permalink
👷 Update latest-changes (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 4, 2023
1 parent 0b068cd commit e464223
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,20 @@ on:
number:
description: PR number
required: true
debug_enabled:
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: 'false'

jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# To allow latest-changes to commit to master
token: ${{ secrets.NGINX_RTMP_DOCKER_LATEST_CHANGES }}
- uses: docker://tiangolo/latest-changes:0.0.3
- uses: docker://tiangolo/latest-changes:0.2.0
# - uses: tiangolo/latest-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e464223

Please sign in to comment.