Skip to content

Bump ws from 8.8.1 to 8.17.1 #38

Bump ws from 8.8.1 to 8.17.1

Bump ws from 8.8.1 to 8.17.1 #38

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