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

Use verbosity=Verbosity.VERBOSE for io.write_line #28

Use verbosity=Verbosity.VERBOSE for io.write_line

Use verbosity=Verbosity.VERBOSE for io.write_line #28

Workflow file for this run

name: Latest Changes
on:
pull_request_target:
branches:
- main
types:
- closed
# For manually triggering it
workflow_dispatch:
inputs:
number:
description: PR number
required: true
jobs:
latest-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://tiangolo/latest-changes:0.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}