Skip to content

Commit

Permalink
docs: minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jul 25, 2023
1 parent 9a206d8 commit 69d7060
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ on:
jobs:
translate-readme:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- name: Checkout
Expand All @@ -83,7 +86,7 @@ jobs:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
title: New Readme Translations by Crowdin
body: By [translate-readme](https://github.com/crowdin/translate-readme) GitHub action
Expand Down Expand Up @@ -149,6 +152,9 @@ on:
jobs:
translate-readme:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
Expand Down Expand Up @@ -186,6 +192,10 @@ jobs:

For more about the Pre-Translate command arguments, please refer to the official [Crowdin CLI documentation](https://crowdin.github.io/crowdin-cli/commands/crowdin-pre-translate).

## Demo

Visit the [translate-readme-demo](https://github.com/andrii-bodnar/translate-readme-demo) to see how the action works in a real project.

## Contributing

If you want to contribute please read the [Contributing](/CONTRIBUTING.md) guidelines.
Expand Down

0 comments on commit 69d7060

Please sign in to comment.