Skip to content

Update self-host-installation.md #27

Update self-host-installation.md

Update self-host-installation.md #27

Workflow file for this run

name: Translate
on:
issue_comment:
types: [ created ]
jobs:
gpt_translate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run GPT Translate
if: |
contains(github.event.comment.body, '/gpt-translate') ||
contains(github.event.comment.body, '/gt')
uses: turbo124/gpt-translate@master
with:
apikey: ${{ secrets.OPENAI_API_KEY }}