-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
38 lines (35 loc) · 938 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Auto Translate MD
author: Vedansh (offensive-vk)
description: Automatically Translate a MD File to Other Languages
inputs:
repo-token:
description: 'Repo scope github PAT'
required: false
file:
description: 'Path of File to Translate'
required: false
default: 'README.md'
github-token:
description: 'GitHub Token Bearer for Authentication'
required: false
committer:
description: 'Name of the committer'
required: false
default: 'github-actions[bot]'
commit-message:
description: 'Custom commit message'
required: false
default: 'Automated Translation Successful ⚡'
commit-options:
description: 'Additional commit options (optional)'
required: false
language:
description: 'Language for translation (e.g., es, zh-CN)'
required: false
default: 'es'
runs:
using: 'node20'
main: 'dist/index.js'
branding:
icon: book-open
color: black