Skip to content

Continuous Translation #10

Continuous Translation

Continuous Translation #10

Workflow file for this run

name: Continuous Translation
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1' # At 00:00 on Monday
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: yunwei37/OpenAI-Continuous-Translator@master
with:
git_repo_url: https://github.com/grantsimongrant/u2net
api_key: ${{ secrets.OPENAI_API_KEY }}
- name: Add & Commit
uses: EndBug/[email protected]
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4