Skip to content

Commit

Permalink
уххх
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf0rtuna4 committed May 3, 2024
1 parent 4034eb7 commit 7035366
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: "generate-readme-localed-files"
description: "Generates localised readme files for your git"
author: "mrf0rtuna4"
color: orange
icon: bar-chart
inputs:
langs:
description: "Comma-separated list of languages to generate"
required: true
github_token:
description: "GitHub token for authentication"
required: true
name: generate locale
description: Generates localised readme files for your git
author: mrf0rtuna4
runs:
using: "python"
main: "core/translator.py"
using: 'docker'
image: 'docker://python:3.8'
entrypoint: /bin/sh -c
args:
- |
pip install -r requirements.txt
python -m core.translator

0 comments on commit 7035366

Please sign in to comment.