13 lines
352 B
YAML
13 lines
352 B
YAML
name: Translation Checker
|
|
description: Create computer-generated reverse translations
|
|
|
|
inputs:
|
|
pr: # name of variable. In action script it will be available in workflow as environment variable with name INPUT_PR
|
|
required: true
|
|
description: The number of the PR
|
|
|
|
# definition how we want our action
|
|
runs:
|
|
using: docker
|
|
image: 'Dockerfile'
|