fastapi-master/.github/actions/notify-translations/action.yml

11 lines
346 B
YAML
Raw Normal View History

2024-08-24 12:41:47 +08:00
name: "Notify Translations"
description: "Notify in the issue for a translation when there's a new PR available"
author: "Sebastián Ramírez <tiangolo@gmail.com>"
inputs:
token:
description: 'Token, to read the GitHub API. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
runs:
using: 'docker'
image: 'Dockerfile'