Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

👷 Update latest-changes GitHub Action #24

👷 Update latest-changes GitHub Action

👷 Update latest-changes GitHub Action #24

Workflow file for this run

name: Latest Changes
on:
pull_request_target:
branches:
- main
types:
- closed
workflow_dispatch:
inputs:
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@v4
with:
token: ${{ secrets.POETRY_VERSION_PLUGIN_LATEST_CHANGES }}
- uses: tiangolo/latest-changes@0.3.1
with:
token: ${{ secrets.GITHUB_TOKEN }}