action.yml 335 字节
Newer Older
sinat_25235033's avatar
sinat_25235033 已提交
1 2 3
name: 'issue translator'
description: 'The action for translating non-english issues content to english.'
author: 'tomsun28'
sinat_25235033's avatar
sinat_25235033 已提交
4
inputs:
5
  BOT_GITHUB_TOKEN: 
6
    description: 'The issue comment bot GITHUB_TOKEN.'
7 8
  BOT_LOGIN_NAME:
    description: 'The issue comment bot github login name.'
sinat_25235033's avatar
sinat_25235033 已提交
9 10 11
runs:
  using: 'node12'
  main: 'dist/index.js'