Skip to content

Commit

Permalink
fix: remove placehoder on commit message, it's not supported by the g…
Browse files Browse the repository at this point in the history
…ithub action
  • Loading branch information
clementb49 committed Oct 27, 2024
1 parent 19faa7c commit 81e577a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pull_request_title: "chore: update translations"
pull_request_body: "This PR updates translations file for basiliskLLM"
pull_request_labels: "localization"
commit_message: "chore: update translations file from Crowdin for language %language%"
commit_message: "chore: update translations file from Crowdin"
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
Expand Down

0 comments on commit 81e577a

Please sign in to comment.