mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-08 19:46:41 +00:00
10 lines
346 B
YAML
10 lines
346 B
YAML
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'
|