g4f version update #329
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Translate Readme | |
on: | |
push: | |
branches: ['**'] | |
jobs: | |
translate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 3 | |
- name: Test my action | |
uses: ./ | |
with: | |
token: ${{ secrets.Action_Bot }} # Your token | |
langs: "en,zh-TW,zh-CN,French,Arabic" # You can define any langs |