Skip to content

Commit

Permalink
馃懛 Update latest-changes GitHub Action (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 4, 2023
1 parent 0c54d24 commit 00f4d6e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/latest-changes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Latest Changes

on:
Expand All @@ -12,15 +11,19 @@ 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.MEINHELD_GUNICORN_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 00f4d6e

Please sign in to comment.