Skip to content

Commit

Permalink
Update translate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piranhap authored Jan 31, 2025
1 parent dd954a7 commit 89c559c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
name: Translate Readme

on:
push:
branches: ['**']

jobs:
translate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 3

- name: Auto Translate
uses: Lin-jun-xiang/action-translate-readme@v2 # Based on the tag
with:
token: ${{ secrets.Action }} #
langs: "es"

0 comments on commit 89c559c

Please sign in to comment.