Skip to content

Bump braces from 3.0.2 to 3.0.3 #35

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #35

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 }}