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

⬆ Bump tiangolo/issue-manager from 0.2.0 to 0.4.1 #6

⬆ Bump tiangolo/issue-manager from 0.2.0 to 0.4.1

⬆ Bump tiangolo/issue-manager from 0.2.0 to 0.4.1 #6

Workflow file for this run

name: Latest Changes
on:
pull_request_target:
branches:
- master
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.NODE_FRONTEND_LATEST_CHANGES }}
- uses: docker://tiangolo/latest-changes:0.2.0
# - uses: tiangolo/latest-changes@main
with:
token: ${{ secrets.GITHUB_TOKEN }}